summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-05-16 12:12:07 +0300
committerLars Wirzenius <liw@liw.fi>2016-05-16 12:12:07 +0300
commit4dbcb25ee01b90e6d20f6cc07adc2c18c1cbdb0c (patch)
tree8a95474124354b2083fbae697e17200ea11fdce7
parenta9e7a339756462c4c1cb20a1b60fc8ee0f8548b8 (diff)
downloadick-4dbcb25ee01b90e6d20f6cc07adc2c18c1cbdb0c.tar.gz
Bump version number post-release to 0.20+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 d00c6c6..2084a48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.20+git, not yet released
+----------------------------------
+
+
Version 0.20, released 2016-05-16
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 75a3a0b..d8c4641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.20+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 16 May 2016 12:12:07 +0300
+
ick (0.20-1) unstable; urgency=medium
* New upstream version.
diff --git a/icklib/version.py b/icklib/version.py
index de34faa..3f6419e 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.20"
-__version_info__ = (0, 20)
+__version__ = "0.20+git"
+__version_info__ = (0, 20, '+git')