summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-19 21:39:43 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-19 21:39:43 +0300
commit6d0c75e5f3b61ad572589170876e769335487e72 (patch)
tree27042696e54c01a0c5116a944597734edcba2749
parent98b47696f8dca4487649b2fa6d3ec57b3d68bdae (diff)
downloaddistix-6d0c75e5f3b61ad572589170876e769335487e72.tar.gz
Prepare to release version 0.7distix-0.7
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--distixlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 9e4c949..4418e9b 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.6.1+git, not yet released
+Version 0.7, released 2016-10-19
-----------------------------------
* `distix html` now puts an update timestamp on the HTML pages it
diff --git a/debian/changelog b/debian/changelog
index 46a9725..b9e8894 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-distix (0.6.1+git-1) UNRELEASED; urgency=medium
+distix (0.7-1) unstable; urgency=medium
* Add run-time and build dependency python-markdown.
* debian/control: Update Standards-Version. Use debhelper 9. Require
Python 2.7.
- -- Lars Wirzenius <liw@liw.fi> Fri, 25 Mar 2016 21:22:22 +0200
+ -- Lars Wirzenius <liw@liw.fi> Wed, 19 Oct 2016 21:39:43 +0300
distix (0.6.1-1) unstable; urgency=medium
diff --git a/distixlib/version.py b/distixlib/version.py
index 7a7a9ae..6a51fc2 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.6.1+git"
-__version_info__ = (0, 6, 1, '+git')
+__version__ = "0.7"
+__version_info__ = (0, 7)