summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-06 14:20:02 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-06 14:20:02 +0300
commit0141bc4dc5924babf3ff22d784602b6862503808 (patch)
treeb43ec75434031833469d3c3d0e8e074a0869467b
parent99867a13c2d24cc05fa129ee93b581de832c6578 (diff)
downloadapifw-0141bc4dc5924babf3ff22d784602b6862503808.tar.gz
Bump version number post-release to 0.10+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 33fa35e..33ee800 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.10+git, not yet released
+----------------------------------
+
+
Version 0.10, released 2017-09-06
---------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 191f961..bd9440e 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.10"
-__version_info__ = (0, 10)
+__version__ = "0.10+git"
+__version_info__ = (0, 10, '+git')
diff --git a/debian/changelog b/debian/changelog
index ee561c8..f756c06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.10+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 06 Sep 2017 14:20:02 +0300
+
apifw (0.10-1) unstable; urgency=medium
* New upstream version.