summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-09 11:02:05 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-09 11:02:05 +0300
commit9afccaf7f438f475b7787aae76c384692d163466 (patch)
treef3cb671cdc081be5ca531a632b3e132708180807
parent1670874d3f94f7f539458d725c096254768a9f5b (diff)
downloadapifw-9afccaf7f438f475b7787aae76c384692d163466.tar.gz
Bump version number post-release to 0.15+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 fae7744..5837704 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.15+git, not yet released
+----------------------------------
+
+
Version 0.15, released 2017-10-09
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index ee7aa22..18e2465 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.15"
-__version_info__ = (0, 15)
+__version__ = "0.15+git"
+__version_info__ = (0, 15, '+git')
diff --git a/debian/changelog b/debian/changelog
index f0b5d37..f59d402 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.15+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 09 Oct 2017 11:02:05 +0300
+
apifw (0.15-1) unstable; urgency=medium
* New upstream version.