From 1100fcbf3c42ca6ec1360f2d5fd7468de6d14462 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 1 Aug 2017 12:33:15 +0300 Subject: Bump version number post-release to 0.6+git --- NEWS | 4 ++++ bumperlib/version.py | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f8aeaca..ee33396 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS for bumper =============== +Version 0.6+git, not yet released +--------------------------------- + + Version 0.6, released 2017-08-01 --------------------------------- diff --git a/bumperlib/version.py b/bumperlib/version.py index 8552176..ed54455 100644 --- a/bumperlib/version.py +++ b/bumperlib/version.py @@ -1,2 +1,2 @@ -__version__ = "0.6" -__version_info__ = (0, 6) +__version__ = "0.6+git" +__version_info__ = (0, 6, '+git') diff --git a/debian/changelog b/debian/changelog index f2a58ae..0ec3540 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bumper (0.6+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Tue, 01 Aug 2017 12:33:15 +0300 + bumper (0.6-1) unstable; urgency=medium * New upstream version. -- cgit v1.2.1