summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-05-11 14:18:02 +0300
committerLars Wirzenius <liw@liw.fi>2016-05-11 14:18:02 +0300
commit4b1b0f9af605ae64e15e7e1369fe2596624ae58b (patch)
treede45e8de5712dd79171e01b3befaec4d38b0f31b
parent1dc30e32eb0d529eebc7782b769941a6327787a5 (diff)
downloadql-ikiwiki-publish-4b1b0f9af605ae64e15e7e1369fe2596624ae58b.tar.gz
Bump version number post-release to 0.1+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 b4b207d..99a2070 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for ql-ikiwiki-publish
===========================
+Version 0.1+git, not yet released
+---------------------------------
+
+
Version 0.1, released 2016-05-11
-----------------------------
diff --git a/debian/changelog b/debian/changelog
index 150e2f2..c0877de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ql-ikiwiki-publish (0.1+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 11 May 2016 14:18:02 +0300
+
ql-ikiwiki-publish (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py
index cb8d60a..3361381 100644
--- a/ql_ikiwiki_publish/version.py
+++ b/ql_ikiwiki_publish/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.1"
-__version_info__ = (0, 1)
+__version__ = "0.1+git"
+__version_info__ = (0, 1, '+git')