summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-05-16 14:39:49 +0300
committerLars Wirzenius <liw@liw.fi>2016-05-16 14:39:49 +0300
commit866b84766a979cf4d82e5c83cff0b1be31cd1221 (patch)
tree330a729146b71595598dd14771a15ca03472d36c
parentd170e1edcdd0f984dc39994adbd9a2f03fcc52db (diff)
downloadql-ikiwiki-publish-866b84766a979cf4d82e5c83cff0b1be31cd1221.tar.gz
Prepare to release version 0.2
-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 f283d7e..21b2729 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for ql-ikiwiki-publish
===========================
-Version 0.1+git, not yet released
+Version 0.2, released 2016-05-16
---------------------------------
* Slight tweak to README to indicate this is an internal tool.
diff --git a/debian/changelog b/debian/changelog
index c0877de..e537de3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ql-ikiwiki-publish (0.1+git-1) UNRELEASED; urgency=medium
+ql-ikiwiki-publish (0.2-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 11 May 2016 14:18:02 +0300
+ -- Lars Wirzenius <liw@liw.fi> Mon, 16 May 2016 14:39:49 +0300
ql-ikiwiki-publish (0.1-1) unstable; urgency=low
diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py
index 3361381..4f4e767 100644
--- a/ql_ikiwiki_publish/version.py
+++ b/ql_ikiwiki_publish/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.1+git"
-__version_info__ = (0, 1, '+git')
+__version__ = "0.2"
+__version_info__ = (0, 2)