From dba188112ab1d27688a2f559e88408ed56814578 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 14:42:27 +0300 Subject: Bump version number post-release to 0.3+git --- NEWS | 4 ++++ debian/changelog | 6 ++++++ licsummary/version.py | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 12fa47f..6d74c2b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS for license-summary ======================== +Version 0.3+git, not yet released +--------------------------------- + + Version 0.3, released 2016-10-09 -------------------------------- diff --git a/debian/changelog b/debian/changelog index fad9810..789797f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +license-summary (0.3+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Sun, 09 Oct 2016 14:42:27 +0300 + license-summary (0.3-1) unstable; urgency=medium * New upstream version. diff --git a/licsummary/version.py b/licsummary/version.py index 8154561..5235e90 100644 --- a/licsummary/version.py +++ b/licsummary/version.py @@ -1,2 +1,2 @@ -__version__ = "0.3" -__version_info__ = (0, 3) +__version__ = "0.3+git" +__version_info__ = (0, 3, '+git') -- cgit v1.2.1