summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-02-20 22:07:47 +0200
committerLars Wirzenius <liw@liw.fi>2017-02-20 22:07:47 +0200
commit4dbfa1ce8860895c69ab946d38d9b73d43cc283a (patch)
tree84eb2ae794ba15bf25beca33b3fbf5f9a6fe3f45
parent9e179cd352b56c7020c4ae97dda3b86cce31f1f8 (diff)
downloadick-master.tar.gz
Bump version number post-release to 0.24+gitHEADmaster
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--icklib/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a422adf..42e8691 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.24+git, not yet released
+----------------------------------
+
+
Version 0.24, released 2017-02-20
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 7f3937f..47b9221 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.24+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 20 Feb 2017 22:07:47 +0200
+
ick (0.24-1) unstable; urgency=medium
* New upstream version.
diff --git a/icklib/version.py b/icklib/version.py
index 2998698..916e71c 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.24"
-__version_info__ = (0, 24)
+__version__ = "0.24+git"
+__version_info__ = (0, 24, '+git')