From f0c5e8df19a19f958974c0373489c45aada8db96 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 10 Nov 2017 23:03:52 +0100 Subject: Prepare to release version 0.36 --- NEWS | 2 +- debian/changelog | 4 ++-- ttystatus/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f0e36e9..63ae61d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.35+git, not yet released +Version 0.36, released 2017-11-10 ---------------------------------- * The sphinx formatted manual is dropped. It was too much of a bother diff --git a/debian/changelog b/debian/changelog index d55c227..5264961 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -python-ttystatus (0.35+git-1) UNRELEASED; urgency=medium +python-ttystatus (0.36-1) unstable; urgency=medium * New upstream version. * Added Python3 support, and a python3-ttystatus package. - -- Lars Wirzenius Sat, 03 Jun 2017 22:42:29 +0300 + -- Lars Wirzenius Fri, 10 Nov 2017 23:03:52 +0100 python-ttystatus (0.35-1) unstable; urgency=medium diff --git a/ttystatus/version.py b/ttystatus/version.py index 7262778..86a6779 100644 --- a/ttystatus/version.py +++ b/ttystatus/version.py @@ -1,2 +1,2 @@ -__version__ = "0.35+git" -__version_info__ = (0, 35, '+git') +__version__ = "0.36" +__version_info__ = (0, 36) -- cgit v1.2.1