summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-08 11:33:22 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-08 11:33:22 +0200
commit753a10993698368f1d8e891a447ab6513cd37da8 (patch)
treee3b577b170aa9aee72a2a639205f230e179bf91c
parent81984b919143790b686d6f65a6255836ca37e130 (diff)
downloaddistix-753a10993698368f1d8e891a447ab6513cd37da8.tar.gz
Prepare to release version 0.5distix-0.5
-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 61ee78f..a046e1c 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.4+git, not yet released
+Version 0.5, released 2016-03-08
---------------------------------
* `distix show` now renders a ticket's messages in a better way that
diff --git a/debian/changelog b/debian/changelog
index 97f002b..463f29c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-distix (0.4+git-1) UNRELEASED; urgency=medium
+distix (0.5-1) unstable; urgency=medium
* Replace build and runtime dependency on python-bottle with
python-jinja2.
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 20 Feb 2016 22:18:00 +0200
+ -- Lars Wirzenius <liw@liw.fi> Tue, 08 Mar 2016 11:33:22 +0200
distix (0.4-1) unstable; urgency=medium
diff --git a/distixlib/version.py b/distixlib/version.py
index 43a4b73..ce32cb0 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.4+git"
-__version_info__ = (0, 4, '+git')
+__version__ = "0.5"
+__version_info__ = (0, 5)