summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-28 13:39:11 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-28 13:39:11 +0300
commitecbd943ae1f99d594d9bfb45987f831196d6929b (patch)
treeb583d099ec83921ec7963e0d1c1d153863471b4c
parent464af5c1baf7a79042e1413fb6fcc15db573f072 (diff)
downloadapifw-ecbd943ae1f99d594d9bfb45987f831196d6929b.tar.gz
Bump version number post-release to 0.13+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 4269af4..5803b3c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.13+git, not yet released
+----------------------------------
+
+
Version 0.13, released 2017-09-28
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 3f93f89..9afc397 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.13"
-__version_info__ = (0, 13)
+__version__ = "0.13+git"
+__version_info__ = (0, 13, '+git')
diff --git a/debian/changelog b/debian/changelog
index 6b27f8f..d00caec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.13+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 28 Sep 2017 13:39:10 +0300
+
apifw (0.13-1) unstable; urgency=medium
* New upstream version.