summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-22 20:50:06 +0200
committerLars Wirzenius <liw@liw.fi>2017-11-22 20:50:06 +0200
commitfa7ebafb4aae584b246df1d3380658e808ea5d26 (patch)
treecc00022bb957ab8ff5e867d9ef4556f2c66b528f
parent31c0011bdefdd0ac03fe2c62ee74a651902d85e1 (diff)
downloadapifw-fa7ebafb4aae584b246df1d3380658e808ea5d26.tar.gz
Bump version number post-release to 0.18+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 ac6d146..7d6db4d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.18+git, not yet released
+----------------------------------
+
+
Version 0.18, released 2017-11-22
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 4e2ae98..1037537 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.18"
-__version_info__ = (0, 18)
+__version__ = "0.18+git"
+__version_info__ = (0, 18, '+git')
diff --git a/debian/changelog b/debian/changelog
index 26fb556..c89ddc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.18+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 22 Nov 2017 20:50:06 +0200
+
apifw (0.18-1) unstable; urgency=medium
* New upstream version.