From ec7c9b59203502b27d88f9ae2e3fac8a685ed391 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 14 Sep 2019 20:48:02 +0300 Subject: Change: version number to build newer package version --- NEWS | 2 +- debian/changelog | 2 +- ql_ikiwiki_publish/version.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1f1dbbe..865c1da 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for ql-ikiwiki-publish =========================== -Version 0.15+git, not yet released +Version 0.16+git, not yet released ---------------------------------- * `projgraph` now creates roadmap graphs where arrows point towards diff --git a/debian/changelog b/debian/changelog index 5c36093..edca096 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ql-ikiwiki-publish (0.15+git-1) UNRELEASED; urgency=medium +ql-ikiwiki-publish (0.16+git-1) UNRELEASED; urgency=medium * New upstream version. diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py index 18e2465..2a8f239 100644 --- a/ql_ikiwiki_publish/version.py +++ b/ql_ikiwiki_publish/version.py @@ -1,2 +1,2 @@ -__version__ = "0.15+git" -__version_info__ = (0, 15, '+git') +__version__ = "0.16+git" +__version_info__ = (0, 16, '+git') -- cgit v1.2.1