From 186dcaf0722a1b12fe812576777d9e022e8a120f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 10 Nov 2017 23:03:54 +0100 Subject: Bump version number post-release to 0.36+git --- NEWS | 4 ++++ debian/changelog | 6 ++++++ ttystatus/version.py | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 63ae61d..8138043 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS file for ttystatus ======================= +Version 0.36+git, not yet released +---------------------------------- + + Version 0.36, released 2017-11-10 ---------------------------------- diff --git a/debian/changelog b/debian/changelog index 5264961..a5223e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.36+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Fri, 10 Nov 2017 23:03:54 +0100 + python-ttystatus (0.36-1) unstable; urgency=medium * New upstream version. diff --git a/ttystatus/version.py b/ttystatus/version.py index 86a6779..96dbddd 100644 --- a/ttystatus/version.py +++ b/ttystatus/version.py @@ -1,2 +1,2 @@ -__version__ = "0.36" -__version_info__ = (0, 36) +__version__ = "0.36+git" +__version_info__ = (0, 36, '+git') -- cgit v1.2.1