summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-24 20:52:57 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-24 20:52:57 +0200
commitbc06b135c414a3823af9c397f0f07ef7e925cc3e (patch)
treed5fcc5d9e9e39f91521c43242d65650ac54c164a
parent94b873564b986f865519ce7e1163168ea0540e9b (diff)
downloadick2-0.28.tar.gz
Prepare to release version 0.28ick2-0.28
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ick2/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 64261e7..62f61d4 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-Version 0.27+git, not yet released
+Version 0.28, released 2018-02-24
----------------------------------
* This is the ALPHA-2 release of ick. The major change from ALPHA-1 is
diff --git a/debian/changelog b/debian/changelog
index 10b8cac..cb4fe36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.27+git-1) UNRELEASED; urgency=medium
+ick2 (0.28-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 24 Feb 2018 19:08:47 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sat, 24 Feb 2018 20:52:57 +0200
ick2 (0.27-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 22e440e..3a848b2 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.27+git"
-__version_info__ = (0, 27, '+git')
+__version__ = "0.28"
+__version_info__ = (0, 28)