summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-04 17:39:25 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-04 17:39:25 +0300
commite2c5595f35c398f216c2e0ee6a805722cc2f9582 (patch)
treeff2470a1af25349bf91381f34b6bc3dc04090540
parent633438990d67f93a2c89022cf1faa2a9a3958082 (diff)
downloadapifw-e2c5595f35c398f216c2e0ee6a805722cc2f9582.tar.gz
Bump version number post-release to 0.7+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 2bc2d9f..f845355 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.7+git, not yet released
+---------------------------------
+
+
Version 0.7, released 2017-08-04
---------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 6a51fc2..6ab0781 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.7"
-__version_info__ = (0, 7)
+__version__ = "0.7+git"
+__version_info__ = (0, 7, '+git')
diff --git a/debian/changelog b/debian/changelog
index 497e2ee..674607e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.7+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 04 Aug 2017 17:39:25 +0300
+
apifw (0.7-1) unstable; urgency=medium
* New upstream version.