summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 11:11:20 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 11:11:20 +0300
commit9de0ef9539a6a10a643658285cc67f7acbc7560e (patch)
tree9fc15df6fbc04bc61cbd7863c82751a8577ea51a
parentc46276333dcfe3457942b2deae7f9df90637496b (diff)
downloadapifw-9de0ef9539a6a10a643658285cc67f7acbc7560e.tar.gz
Bump version number post-release to 0.2+git
-rw-r--r--apifw/version.py4
-rw-r--r--debian/changelog6
2 files changed, 8 insertions, 2 deletions
diff --git a/apifw/version.py b/apifw/version.py
index 4f4e767..6b53a69 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2"
-__version_info__ = (0, 2)
+__version__ = "0.2+git"
+__version_info__ = (0, 2, '+git')
diff --git a/debian/changelog b/debian/changelog
index 7a88e36..6ebaf21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.2+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 11:11:20 +0300
+
apifw (0.2-1) unstable; urgency=medium
* Initial packaging. This is not intended to be uploaded to Debian, so