From 8ae66d3a2c782032115560edd6b35a93cded1cba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 20:31:09 +0300 Subject: Bump version number post-release to 0.3+git --- NEWS | 4 ++++ cronish/version.py | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7dda17f..dfc9966 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS for desktop-cronish ======================== +Version 0.3+git, not yet released +--------------------------------- + + Version 0.3, released 2016-10-08 -------------------------------- diff --git a/cronish/version.py b/cronish/version.py index 8154561..5235e90 100644 --- a/cronish/version.py +++ b/cronish/version.py @@ -1,2 +1,2 @@ -__version__ = "0.3" -__version_info__ = (0, 3) +__version__ = "0.3+git" +__version_info__ = (0, 3, '+git') diff --git a/debian/changelog b/debian/changelog index f4889a4..8bd1975 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +desktop-cronish (0.3+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Sat, 08 Oct 2016 20:31:09 +0300 + desktop-cronish (0.3-1) unstable; urgency=medium * New upstream version. -- cgit v1.2.1