summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-07 20:33:57 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-07 20:33:57 +0200
commitc95c9eb7709253aa6d4b6012e3f8070f6782fa67 (patch)
tree58502780648ec31c592ce27b68eb6db009b21aad
parent06339cb4605c771561f7f4ce741df287d43f7e90 (diff)
downloadapifw-c95c9eb7709253aa6d4b6012e3f8070f6782fa67.tar.gz
Bump version number post-release to 0.19+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 15b0360..7fd193a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.19+git, not yet released
+----------------------------------
+
+
Version 0.19, released 2017-12-07
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index c121c17..4adb7d4 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.19"
-__version_info__ = (0, 19)
+__version__ = "0.19+git"
+__version_info__ = (0, 19, '+git')
diff --git a/debian/changelog b/debian/changelog
index 1c4cbb9..dec0526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.19+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 07 Dec 2017 20:33:57 +0200
+
apifw (0.19-1) unstable; urgency=medium
* New upstream version.