summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 17:52:11 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 17:52:11 +0300
commit0da844d0cd5aed375d855d1018a3571996100d30 (patch)
treed40816bf61a0d40187caaf39ed5c6fa1ad7e6e1c
parent7a1b562f7fd70158432cb915265f2fc208920a64 (diff)
downloaddistixapi-0da844d0cd5aed375d855d1018a3571996100d30.tar.gz
Bump version number post-release to 0.1+git
-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 cba60bc..6ef8143 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for distixapi, an HTTP API for a distix repository
=============================================================================
+Version 0.1+git, not yet released
+---------------------------------
+
+
Version 0.1, released 2017-04-16
-----------------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 4e00586..1cdc0a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+distixapi (0.1+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 16 Apr 2017 17:52:11 +0300
+
distixapi (0.1-1) unstable; urgency=medium
*
diff --git a/distixapi/version.py b/distixapi/version.py
index cb8d60a..3361381 100644
--- a/distixapi/version.py
+++ b/distixapi/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.1"
-__version_info__ = (0, 1)
+__version__ = "0.1+git"
+__version_info__ = (0, 1, '+git')