From ea9e776e50ed805c33327c067a0e99c6f92e4f03 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 May 2016 18:19:01 +0300 Subject: Bump version number post-release to 0.6+git --- NEWS | 4 ++++ debian/changelog | 6 ++++++ ql_ikiwiki_publish/version.py | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4873b38..a9e5174 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS for ql-ikiwiki-publish =========================== +Version 0.6+git, not yet released +--------------------------------- + + Version 0.6, released 2016-05-16 --------------------------------- diff --git a/debian/changelog b/debian/changelog index 03713a8..3ce8ce9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ql-ikiwiki-publish (0.6+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Mon, 16 May 2016 18:19:01 +0300 + ql-ikiwiki-publish (0.6-1) unstable; urgency=medium * New upstream version. diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py index 8552176..ed54455 100644 --- a/ql_ikiwiki_publish/version.py +++ b/ql_ikiwiki_publish/version.py @@ -1,2 +1,2 @@ -__version__ = "0.6" -__version_info__ = (0, 6) +__version__ = "0.6+git" +__version_info__ = (0, 6, '+git') -- cgit v1.2.1