From b29c1645b306da3d6b4c813e41d7f93458c9cf3b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 3 Jun 2017 22:42:27 +0300 Subject: Prepare to release version 0.35 --- NEWS | 2 +- debian/changelog | 4 ++-- ttystatus/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 032d01e..88f23af 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.34+git, not yet released +Version 0.35, released 2017-06-03 ---------------------------------- * Add new method TerminalStatus.hide. diff --git a/debian/changelog b/debian/changelog index 222cf51..f06d8c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -python-ttystatus (0.34+git-1) UNRELEASED; urgency=medium +python-ttystatus (0.35-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Mon, 26 Dec 2016 10:39:36 +0200 + -- Lars Wirzenius Sat, 03 Jun 2017 22:42:27 +0300 python-ttystatus (0.34-1) unstable; urgency=medium diff --git a/ttystatus/version.py b/ttystatus/version.py index 2702d8c..beb0065 100644 --- a/ttystatus/version.py +++ b/ttystatus/version.py @@ -1,2 +1,2 @@ -__version__ = "0.34+git" -__version_info__ = (0, 34, '+git') +__version__ = "0.35" +__version_info__ = (0, 35) -- cgit v1.2.1