From 41de51b31c114cc4eb4638b3f1e472970dde4d44 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 1 Jan 2017 01:49:05 +0200 Subject: Prepare to release version 0.8 --- NEWS | 2 +- debian/changelog | 4 ++-- distixlib/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ca0b6a6..be7f5ed 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.7+git, not yet released +Version 0.8, released 2017-01-01 --------------------------------- * rsiddharth fixed a timezone parsting bug in the diff --git a/debian/changelog b/debian/changelog index b568599..f4f184d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -distix (0.7+git-1) UNRELEASED; urgency=medium +distix (0.8-1) unstable; urgency=medium * New upstream version. * debian/control: Add dependencies on python-pgpwordlist. - -- Lars Wirzenius Wed, 19 Oct 2016 21:39:44 +0300 + -- Lars Wirzenius Sun, 01 Jan 2017 01:49:05 +0200 distix (0.7-1) unstable; urgency=medium diff --git a/distixlib/version.py b/distixlib/version.py index 6ab0781..179986c 100644 --- a/distixlib/version.py +++ b/distixlib/version.py @@ -1,2 +1,2 @@ -__version__ = "0.7+git" -__version_info__ = (0, 7, '+git') +__version__ = "0.8" +__version_info__ = (0, 8) -- cgit v1.2.1