summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ql_ikiwiki_publish/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 17aee0e..b4b207d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for ql-ikiwiki-publish
===========================
-Version 0.0, not yet released
+Version 0.1, released 2016-05-11
-----------------------------
* First version.
diff --git a/debian/changelog b/debian/changelog
index 2c7d729..150e2f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-ql-ikiwiki-publish (0.0-1) UNRELEASED; urgency=low
+ql-ikiwiki-publish (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
- -- Lars Wirzenius <liw@liw.fi> Sat, 08 May 2010 11:10:24 +1200
+ -- Lars Wirzenius <liw@liw.fi> Wed, 11 May 2016 14:18:01 +0300
diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py
index d72e9ff..cb8d60a 100644
--- a/ql_ikiwiki_publish/version.py
+++ b/ql_ikiwiki_publish/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.0"
-__version_info__ = (0, 0)
+__version__ = "0.1"
+__version_info__ = (0, 1)