summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-10 19:17:04 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-10 19:17:04 +0300
commit0c66ed4dc8ac349a8abb52589884b6ccd10a5bfb (patch)
treea5a05feecb80f4454f6d936d7b18e980f6651b11
parentfbd17630b1a5ecd8a7016cd67bd79e73a220144c (diff)
downloadapifw-0c66ed4dc8ac349a8abb52589884b6ccd10a5bfb.tar.gz
Bump version number post-release to 0.8+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 0c86454..dbbb2a3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.8+git, not yet released
+---------------------------------
+
+
Version 0.8, released 2017-08-10
---------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 179986c..456773e 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.8"
-__version_info__ = (0, 8)
+__version__ = "0.8+git"
+__version_info__ = (0, 8, '+git')
diff --git a/debian/changelog b/debian/changelog
index f42751b..5ff00eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.8+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 10 Aug 2017 19:17:04 +0300
+
apifw (0.8-1) unstable; urgency=medium
* New upstream version.