summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 18:15:48 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 18:15:48 +0300
commit4be2126dc80ca5960d9c72c03adc34eaee019f03 (patch)
treeb9fd433f3256d7210fb8b49b1bdcd77619eb820f
parent30c90e8f5f5129d0384cc521a76e573eff6ed3bc (diff)
downloaddistixapi-4be2126dc80ca5960d9c72c03adc34eaee019f03.tar.gz
Bump version number post-release to 0.2+gitHEADmaster
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--distixapi/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 09b9834..3c25409 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for distixapi, an HTTP API for a distix repository
=============================================================================
+Version 0.2+git, not yet released
+---------------------------------
+
+
Version 0.2, released 2017-04-16
---------------------------------
* Add configuration instructions to README.
diff --git a/debian/changelog b/debian/changelog
index e5cb52c..c94665e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+distixapi (0.2+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 16 Apr 2017 18:15:48 +0300
+
distixapi (0.2-1) unstable; urgency=medium
* New upstream version.
diff --git a/distixapi/version.py b/distixapi/version.py
index 4f4e767..6b53a69 100644
--- a/distixapi/version.py
+++ b/distixapi/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2"
-__version_info__ = (0, 2)
+__version__ = "0.2+git"
+__version_info__ = (0, 2, '+git')