From 94d0ea15e2f36bc0be0822993c42b786b81593f2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 11 Apr 2017 19:56:37 +0300 Subject: Prepare to release version 0.13 --- NEWS | 2 +- debian/changelog | 4 ++-- distixlib/version.py | 4 ++-- 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 Wed, 22 Mar 2017 22:46:26 +0200 + -- Lars Wirzenius 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) -- cgit v1.2.1