summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@qvarnlabs.com>2019-09-14 20:48:02 +0300
committerLars Wirzenius <liw@qvarnlabs.com>2019-09-14 20:48:02 +0300
commitec7c9b59203502b27d88f9ae2e3fac8a685ed391 (patch)
treed3c450d00ab7f1d3fd4c33881714c561c704d27f
parentb7e919e56109acf509253a243b0eb23787b4653c (diff)
downloadql-ikiwiki-publish-ec7c9b59203502b27d88f9ae2e3fac8a685ed391.tar.gz
Change: version number to build newer package versionHEADmaster
-rw-r--r--NEWS2
-rw-r--r--debian/changelog2
-rw-r--r--ql_ikiwiki_publish/version.py4
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')