summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-05-16 18:19:01 +0300
committerLars Wirzenius <liw@liw.fi>2016-05-16 18:19:01 +0300
commitea9e776e50ed805c33327c067a0e99c6f92e4f03 (patch)
treec4b306b77bdaf2dfe166bd312fba90da28171f80
parentd86a2f8070735597d1432a12b04796b1476437e5 (diff)
downloadql-ikiwiki-publish-ea9e776e50ed805c33327c067a0e99c6f92e4f03.tar.gz
Bump version number post-release to 0.6+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--ql_ikiwiki_publish/version.py4
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 <liw@liw.fi> 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')