summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-11 19:56:37 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-11 19:56:37 +0300
commit94d0ea15e2f36bc0be0822993c42b786b81593f2 (patch)
treec122c6d25c82eb931a1a44eabf44dba357e452e6
parent6e25d72697484b39802ebb4ceee71b87685d21d3 (diff)
downloaddistix-94d0ea15e2f36bc0be0822993c42b786b81593f2.tar.gz
Prepare to release version 0.13distix-0.13
-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 37ec862..fd4e369 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.12+git, not yet released
+Version 0.13, released 2017-04-11
----------------------------------
* Speed up imports by improving check for whether a message has
diff --git a/debian/changelog b/debian/changelog
index 433045a..ba244c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-distix (0.12+git-1) UNRELEASED; urgency=medium
+distix (0.13-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 22 Mar 2017 22:46:26 +0200
+ -- Lars Wirzenius <liw@liw.fi> Tue, 11 Apr 2017 19:56:37 +0300
distix (0.12-1) unstable; urgency=medium
diff --git a/distixlib/version.py b/distixlib/version.py
index b107890..3f93f89 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.12+git"
-__version_info__ = (0, 12, '+git')
+__version__ = "0.13"
+__version_info__ = (0, 13)