summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-25 21:22:22 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-25 21:22:22 +0200
commit5cfbf8917ac9f29cd22e6ae2b4cffe4f4a0efbe8 (patch)
tree6da74ec1ab989d3b65855dbd488d208730c7167b
parent5b40be146fdfad6774a7476ecb118abaea548657 (diff)
downloaddistix-5cfbf8917ac9f29cd22e6ae2b4cffe4f4a0efbe8.tar.gz
Bump version number post-release to 0.6.1+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 7fe8de2..b0aa27f 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.6.1+git, not yet released
+-----------------------------------
+
+
Version 0.6.1, released 2016-03-25
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 577e5e0..71bcad4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+distix (0.6.1+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 25 Mar 2016 21:22:22 +0200
+
distix (0.6.1-1) unstable; urgency=medium
* Include distix.css in package.
diff --git a/distixlib/version.py b/distixlib/version.py
index 1f86fc0..7a7a9ae 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.6.1"
-__version_info__ = (0, 6, 1)
+__version__ = "0.6.1+git"
+__version_info__ = (0, 6, 1, '+git')