summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-08 11:33:23 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-08 11:33:23 +0200
commitc3f06b64f31ec6d32d327a4d3ec781372495d5ef (patch)
treebc26f0b5156341ee68fdee7ec7d7e9ab08f00673
parent753a10993698368f1d8e891a447ab6513cd37da8 (diff)
downloaddistix-c3f06b64f31ec6d32d327a4d3ec781372495d5ef.tar.gz
Bump version number post-release to 0.5+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--distixlib/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a046e1c..59691cc 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ NEWS for distix, a distributed ticketing system
This file contains release notes and other newsworthy bits about
distix, a distributed ticketing system.
+Version 0.5+git, not yet released
+---------------------------------
+
+
Version 0.5, released 2016-03-08
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 463f29c..7689b9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+distix (0.5+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 08 Mar 2016 11:33:23 +0200
+
distix (0.5-1) unstable; urgency=medium
* Replace build and runtime dependency on python-bottle with
diff --git a/distixlib/version.py b/distixlib/version.py
index ce32cb0..2462e48 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.5"
-__version_info__ = (0, 5)
+__version__ = "0.5+git"
+__version_info__ = (0, 5, '+git')