summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-21 11:03:35 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-21 11:03:35 +0300
commit758847ddba3d411104a61a8659a5e99f1ebc0a33 (patch)
tree2fdaf47b9b06e64387c8fdade008034bfde669fd
parentc2f1d8dcd0496979651a45e58c83b12eb5d02f9b (diff)
downloadick-758847ddba3d411104a61a8659a5e99f1ebc0a33.tar.gz
Bump version number post-release to 0.18+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 77d5eed..320f7a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.18+git, not yet released
+----------------------------------
+
+
Version 0.18, released 2016-04-21
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 591c150..f6608a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.18+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 21 Apr 2016 11:03:35 +0300
+
ick (0.18-1) unstable; urgency=medium
* New upstream version.
diff --git a/icklib/version.py b/icklib/version.py
index 4e2ae98..1037537 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.18"
-__version_info__ = (0, 18)
+__version__ = "0.18+git"
+__version_info__ = (0, 18, '+git')