From 3ff0fff439869d8cff3083557bb40c6f3e94a12c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 12 Aug 2018 10:22:15 +0300 Subject: Bump version number post-release to 1.20180812+git --- NEWS | 4 ++++ cliapp/version.py | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ed5a008..3dbc755 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS for cliapp =============== +Version 1.20180812+git, not yet released +---------------------------------------- + + Version 1.20180812, released 2018-08-12 ---------------------------------------- diff --git a/cliapp/version.py b/cliapp/version.py index 989c662..610c9e4 100644 --- a/cliapp/version.py +++ b/cliapp/version.py @@ -1,2 +1,2 @@ -__version__ = "1.20180812" -__version_info__ = (1, 20180812) +__version__ = "1.20180812+git" +__version_info__ = (1, 20180812, '+git') diff --git a/debian/changelog b/debian/changelog index ec2e2de..d80241a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-cliapp (1.20180812+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Sun, 12 Aug 2018 10:22:15 +0300 + python-cliapp (1.20180812-1) unstable; urgency=medium * New upstream version. -- cgit v1.2.1