summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-29 20:34:44 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-29 20:34:44 +0300
commitcc7fb91b7f2f1942000384e2e18f3e887f5c270a (patch)
tree4282d20963fd7b779c34e0a75cf3cf4c6d0d5c1b
parent4563731f0176a859ea73ff55864ee3e5c5d88100 (diff)
downloaddistix-cc7fb91b7f2f1942000384e2e18f3e887f5c270a.tar.gz
Prepare to release version 0.16distix-0.16
-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 8eb1756..2d3bd90 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.15+git, not yet released
+Version 0.16, released 2017-04-29
----------------------------------
* Force new package build to recover from previous failed release builds.
diff --git a/debian/changelog b/debian/changelog
index eb4c9f2..b23eaaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-distix (0.15+git-1) UNRELEASED; urgency=medium
+distix (0.16-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 29 Apr 2017 20:17:17 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Apr 2017 20:34:44 +0300
distix (0.15-1) unstable; urgency=medium
diff --git a/distixlib/version.py b/distixlib/version.py
index 18e2465..0946a86 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.15+git"
-__version_info__ = (0, 15, '+git')
+__version__ = "0.16"
+__version_info__ = (0, 16)