summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-25 20:37:01 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-25 20:37:01 +0200
commit89e1add4e5ad6de93977e07fbcc2d6da2691b3b0 (patch)
tree0e7b720de8be5e61702807654964df6a5d0ae74d
parent99aa0893ad5cb5f798f889a09f6f6521a4432ba1 (diff)
downloaddistix-89e1add4e5ad6de93977e07fbcc2d6da2691b3b0.tar.gz
Prepare to release version 0.6distix-0.6
-rw-r--r--NEWS2
-rw-r--r--debian/changelog5
-rw-r--r--distixlib/version.py4
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 70cdae8..4914226 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ 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.6, released 2016-03-25
---------------------------------
* `distix list` now shows the date of the newest message in the
diff --git a/debian/changelog b/debian/changelog
index 7689b9b..ec97031 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-distix (0.5+git-1) UNRELEASED; urgency=medium
+distix (0.6-1) unstable; urgency=medium
*
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 08 Mar 2016 11:33:23 +0200
+ -- Lars Wirzenius <liw@liw.fi> Fri, 25 Mar 2016 20:37:01 +0200
distix (0.5-1) unstable; urgency=medium
diff --git a/distixlib/version.py b/distixlib/version.py
index 2462e48..8552176 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.5+git"
-__version_info__ = (0, 5, '+git')
+__version__ = "0.6"
+__version_info__ = (0, 6)