From 0eef5e45c0d485e806a2b6cb53d4e3a4c353c6d9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 26 Dec 2016 10:39:34 +0200 Subject: Prepare to release version 0.34 --- NEWS | 2 +- debian/changelog | 4 ++-- ttystatus/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 9e6a313..ca60d8b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.33+git, not yet released +Version 0.34, released 2016-12-26 --------------------------------- * Require Python 2.7. diff --git a/debian/changelog b/debian/changelog index 0b94f07..667ffe9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -python-ttystatus (0.33+git-1) UNRELEASED; urgency=medium +python-ttystatus (0.34-1) unstable; urgency=medium * New upstream version. - Fixes FTBFS (Closes: #844235) * debian/control: Require Python 2.7. - -- Lars Wirzenius Sun, 09 Oct 2016 16:24:01 +0300 + -- Lars Wirzenius Mon, 26 Dec 2016 10:39:34 +0200 python-ttystatus (0.32-1) unstable; urgency=medium diff --git a/ttystatus/version.py b/ttystatus/version.py index d5bbe3d..62c281d 100644 --- a/ttystatus/version.py +++ b/ttystatus/version.py @@ -1,2 +1,2 @@ -__version__ = '0.33+git' -__version_info__ = (0, 33, '+git') +__version__ = "0.34" +__version_info__ = (0, 34) -- cgit v1.2.1