summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-07 21:07:49 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-07 21:07:49 +0200
commitc6a36c9af240a63b34c6518914ee4418e550e407 (patch)
treec38a507ece02466825d366a8e693e92c240c9e1a
parentfc768f7f525fe730692434bf17f6338795a6d9b2 (diff)
downloadapifw-c6a36c9af240a63b34c6518914ee4418e550e407.tar.gz
Bump version number post-release to 0.29+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 3879990..b7083b8 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.29+git, not yet released
+----------------------------------
+
+
Version 0.29, released 2017-12-07
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index a9a5482..9648b3b 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.29"
-__version_info__ = (0, 29)
+__version__ = "0.29+git"
+__version_info__ = (0, 29, '+git')
diff --git a/debian/changelog b/debian/changelog
index 80ddbd8..cf69d08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.29+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 07 Dec 2017 21:07:49 +0200
+
apifw (0.29-1) unstable; urgency=medium
* New upstream version.