summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-13 13:40:36 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-13 13:40:36 +0100
commit2d9824a63e03960d36a86d65cda650a40f3aba90 (patch)
treeedff92b9d854d5f2c6206829273b2cba61573c39
parent6703d05210514a15071901b129c88dd9dbba1bdf (diff)
downloadapifw-2d9824a63e03960d36a86d65cda650a40f3aba90.tar.gz
Bump version number post-release to 0.16+git
-rw-r--r--NEWS4
-rw-r--r--apifw/version.py4
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index faf38c4..9206dd0 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.16+git, not yet released
+----------------------------------
+
+
Version 0.16, released 2017-11-13
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 0946a86..2a8f239 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.16"
-__version_info__ = (0, 16)
+__version__ = "0.16+git"
+__version_info__ = (0, 16, '+git')
diff --git a/debian/changelog b/debian/changelog
index 22454c4..fd7ef0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.16+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 13 Nov 2017 13:40:36 +0100
+
apifw (0.16-1) unstable; urgency=medium
* New upstream version.