summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-04 18:12:15 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-04 18:12:15 +0300
commit798b85763d5b640ca3106cca219cbccc70391511 (patch)
tree37634e84c8293fd136dac2746f17417034703c07
parenteee1b80558756ae18b3c7b0e937218e417fa42c2 (diff)
downloadapifw-798b85763d5b640ca3106cca219cbccc70391511.tar.gz
Bump version number post-release to 0.14+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 de8046d..7eb3e55 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.14+git, not yet released
+----------------------------------
+
+
Version 0.14, released 2017-10-04
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index b8b73a0..107122c 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.14"
-__version_info__ = (0, 14)
+__version__ = "0.14+git"
+__version_info__ = (0, 14, '+git')
diff --git a/debian/changelog b/debian/changelog
index dff29fb..c3379c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.14+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 04 Oct 2017 18:12:15 +0300
+
apifw (0.14-1) unstable; urgency=medium
* New upstream version.