summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-19 21:39:44 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-19 21:39:44 +0300
commit17d1ab7e1906e3c849a43b318e0c6e25463a636b (patch)
tree2ada3eacace1dc650be909f0f0f79264a5960f8b
parent6d0c75e5f3b61ad572589170876e769335487e72 (diff)
downloaddistix-17d1ab7e1906e3c849a43b318e0c6e25463a636b.tar.gz
Bump version number post-release to 0.7+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 4418e9b..684896f 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.7+git, not yet released
+---------------------------------
+
+
Version 0.7, released 2016-10-19
-----------------------------------
diff --git a/debian/changelog b/debian/changelog
index b9e8894..cd28b41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+distix (0.7+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 19 Oct 2016 21:39:44 +0300
+
distix (0.7-1) unstable; urgency=medium
* Add run-time and build dependency python-markdown.
diff --git a/distixlib/version.py b/distixlib/version.py
index 6a51fc2..6ab0781 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.7"
-__version_info__ = (0, 7)
+__version__ = "0.7+git"
+__version_info__ = (0, 7, '+git')