summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-15 16:07:51 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-15 16:07:51 +0300
commitf7a93e89de06be84d8e36445678eeaa4ef591921 (patch)
tree1117aa4e8b81fb019e3c39dac61e499328383465
parent16a2c061274cbc6d3460a5a2253908bfe3f088ee (diff)
downloadick-f7a93e89de06be84d8e36445678eeaa4ef591921.tar.gz
Bump version number post-release to 0.16+git
-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 543d94e..c299b70 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.16+git, not yet released
+----------------------------------
+
+
Version 0.16, released 2016-04-15
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 87dfdb2..a7a046e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.16+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 15 Apr 2016 16:07:51 +0300
+
ick (0.16-1) unstable; urgency=medium
*
diff --git a/icklib/version.py b/icklib/version.py
index 0946a86..2a8f239 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.16"
-__version_info__ = (0, 16)
+__version__ = "0.16+git"
+__version_info__ = (0, 16, '+git')