From 6e3426de32a185669706645b1b3f89e33355819b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 May 2016 17:58:36 +0300 Subject: Bump version number post-release to 0.5+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 f764c4f..740c670 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS for ql-ikiwiki-publish =========================== +Version 0.5+git, not yet released +--------------------------------- + + Version 0.5, released 2016-05-16 --------------------------------- diff --git a/debian/changelog b/debian/changelog index d9859a0..fb6df61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ql-ikiwiki-publish (0.5+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Mon, 16 May 2016 17:58:36 +0300 + ql-ikiwiki-publish (0.5-1) unstable; urgency=medium * New upstream version. diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py index ce32cb0..2462e48 100644 --- a/ql_ikiwiki_publish/version.py +++ b/ql_ikiwiki_publish/version.py @@ -1,2 +1,2 @@ -__version__ = "0.5" -__version_info__ = (0, 5) +__version__ = "0.5+git" +__version_info__ = (0, 5, '+git') -- cgit v1.2.1