summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-19 17:34:40 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-19 17:34:40 +0100
commitfb5eb73c33e7e249668c77b9b61388738838af75 (patch)
tree75900dd09dc119419b159956f93add164e5ff9b6
parent09987e1000d06f1e8b5a2f9cb135fe89dcf58103 (diff)
downloadapifw-fb5eb73c33e7e249668c77b9b61388738838af75.tar.gz
Bump version number post-release to 0.17+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 633b634..2f25a3d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.17+git, not yet released
+----------------------------------
+
+
Version 0.17, released 2017-11-19
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 1c2b503..31780b3 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.17"
-__version_info__ = (0, 17)
+__version__ = "0.17+git"
+__version_info__ = (0, 17, '+git')
diff --git a/debian/changelog b/debian/changelog
index 26d7977..5306844 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.17+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 19 Nov 2017 17:34:40 +0100
+
apifw (0.17-1) unstable; urgency=medium
* New upstream version.