From 9fc37d945d81ae06d245b23132fc3081d5e81247 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Nov 2017 10:30:13 +0100 Subject: Bump version number post-release to 0.37+git --- NEWS | 4 ++++ debian/changelog | 6 ++++++ ttystatus/version.py | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3ce480c..cbd0ee2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS file for ttystatus ======================= +Version 0.37+git, not yet released +---------------------------------- + + Version 0.37, released 2017-11-11 ---------------------------------- diff --git a/debian/changelog b/debian/changelog index a637c84..3eff2e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.37+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Sat, 11 Nov 2017 10:30:13 +0100 + python-ttystatus (0.37-1) unstable; urgency=medium * New upstream version. diff --git a/ttystatus/version.py b/ttystatus/version.py index 495e529..c2e5786 100644 --- a/ttystatus/version.py +++ b/ttystatus/version.py @@ -1,2 +1,2 @@ -__version__ = "0.37" -__version_info__ = (0, 37) +__version__ = "0.37+git" +__version_info__ = (0, 37, '+git') -- cgit v1.2.1