summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-02-20 21:44:29 +0200
committerLars Wirzenius <liw@liw.fi>2017-02-20 21:44:29 +0200
commitf882da0d20ec525a5f487460c858a952f2eb3ef6 (patch)
treef795bbb3a41ce6596b29a07044bea7c3aab74063
parentae6f45177c83d89c1488683ea593849b451e7ae6 (diff)
downloadick-f882da0d20ec525a5f487460c858a952f2eb3ef6.tar.gz
Bump version number post-release to 0.22+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 99670ef..5d413d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.22+git, not yet released
+----------------------------------
+
+
Version 0.22, released 2017-02-20
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index bb21841..95ef48f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.22+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 20 Feb 2017 21:44:29 +0200
+
ick (0.22-1) unstable; urgency=medium
* New upstream version.
diff --git a/icklib/version.py b/icklib/version.py
index 1198e37..178de36 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.22"
-__version_info__ = (0, 22)
+__version__ = "0.22+git"
+__version_info__ = (0, 22, '+git')