summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-27 16:24:11 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-27 16:24:11 +0300
commit054dcb3c6680589236edf0f1472281282acf4c57 (patch)
tree4ab1c6645408731d51a9f428c5fb6264e9d5490f
parent8035fa121f5fb88bf5e2fa334f463816a6da870d (diff)
downloadick-054dcb3c6680589236edf0f1472281282acf4c57.tar.gz
Bump version number post-release to 0.19+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 7d70c58..e05b933 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.19+git, not yet released
+----------------------------------
+
+
Version 0.19, released 2016-04-27
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index a7baf89..ac69023 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.19+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 27 Apr 2016 16:24:11 +0300
+
ick (0.19-1) unstable; urgency=medium
* New upstream version.
diff --git a/icklib/version.py b/icklib/version.py
index c121c17..4adb7d4 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.19"
-__version_info__ = (0, 19)
+__version__ = "0.19+git"
+__version_info__ = (0, 19, '+git')