From 866b84766a979cf4d82e5c83cff0b1be31cd1221 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 May 2016 14:39:49 +0300 Subject: Prepare to release version 0.2 --- NEWS | 2 +- debian/changelog | 4 ++-- ql_ikiwiki_publish/version.py | 4 ++-- 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 Wed, 11 May 2016 14:18:02 +0300 + -- Lars Wirzenius 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) -- cgit v1.2.1