summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')