summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 15:49:09 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 15:49:09 +0300
commit83701388e40473eef1c37ca0670b2c1650c2a5b7 (patch)
treeb3433616ccbf9a001e21707694c0ec02ad3412a3
parentd847a126b7373a8c714b5708325a88c5b779c0b7 (diff)
downloadsummain-83701388e40473eef1c37ca0670b2c1650c2a5b7.tar.gz
Bump version number post-release to 0.22+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--summainlib/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 73f81e7..7df13e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS file for summain
=====================
+Version 0.22+git, not yet released
+----------------------------------
+
+
Version 0.22, released 2016-10-09
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index e7e1cf2..7c65afa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+summain (0.22+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 15:49:09 +0300
+
summain (0.22-1) unstable; urgency=medium
* New upstream version.
diff --git a/summainlib/version.py b/summainlib/version.py
index 1198e37..178de36 100644
--- a/summainlib/version.py
+++ b/summainlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.22"
-__version_info__ = (0, 22)
+__version__ = "0.22+git"
+__version_info__ = (0, 22, '+git')