From 19699b6c34cce713f7616a51312e629e7cc09f99 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 May 2016 15:18:50 +0300 Subject: Bump version number post-release to 0.4+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 c4237c4..a84c50d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS for ql-ikiwiki-publish =========================== +Version 0.4+git, not yet released +--------------------------------- + + Version 0.4, released 2016-05-16 --------------------------------- diff --git a/debian/changelog b/debian/changelog index b887e2d..c0bcf57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ql-ikiwiki-publish (0.4+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Mon, 16 May 2016 15:18:50 +0300 + ql-ikiwiki-publish (0.4-1) unstable; urgency=medium * New upstream version. diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py index 127f940..43a4b73 100644 --- a/ql_ikiwiki_publish/version.py +++ b/ql_ikiwiki_publish/version.py @@ -1,2 +1,2 @@ -__version__ = "0.4" -__version_info__ = (0, 4) +__version__ = "0.4+git" +__version_info__ = (0, 4, '+git') -- cgit v1.2.1