summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-04 16:40:36 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-04 16:40:36 +0300
commit88f7e1ab42f66008f26d9c76f643c24d143f1a99 (patch)
tree94b24a783cf3f5a5c35373ce8745f4b35cfbc206
parentf5c2b7a0ecaea9814e965f5eed10dac6f48a20dd (diff)
downloadapifw-88f7e1ab42f66008f26d9c76f643c24d143f1a99.tar.gz
Bump version number post-release to 0.6+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 58ef743..4bda6c9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.6+git, not yet released
+---------------------------------
+
+
Version 0.6, released 2017-08-04
---------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 8552176..ed54455 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.6"
-__version_info__ = (0, 6)
+__version__ = "0.6+git"
+__version_info__ = (0, 6, '+git')
diff --git a/debian/changelog b/debian/changelog
index a7fd193..669217a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.6+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 04 Aug 2017 16:40:36 +0300
+
apifw (0.6-1) unstable; urgency=medium
* New upstream version.