From b14c568861c2035ece0b13b262d2b4b95064f6e8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 4 Dec 2017 18:27:20 +0200 Subject: Bump version number post-release to 0.38+git --- NEWS | 4 ++++ debian/changelog | 6 ++++++ ttystatus/version.py | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ec9ff53..48dfefa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS file for ttystatus ======================= +Version 0.38+git, not yet released +---------------------------------- + + Version 0.38, released 2017-12-04 ---------------------------------- diff --git a/debian/changelog b/debian/changelog index 1477356..c4f4e30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ttystatus (0.38+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Mon, 04 Dec 2017 18:27:20 +0200 + python-ttystatus (0.38-1) unstable; urgency=medium * New upstream version. diff --git a/ttystatus/version.py b/ttystatus/version.py index 82b68c3..0a403af 100644 --- a/ttystatus/version.py +++ b/ttystatus/version.py @@ -1,2 +1,2 @@ -__version__ = "0.38" -__version_info__ = (0, 38) +__version__ = "0.38+git" +__version_info__ = (0, 38, '+git') -- cgit v1.2.1