From 1dc30e32eb0d529eebc7782b769941a6327787a5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 11 May 2016 14:18:01 +0300 Subject: Prepare to release version 0.1 --- 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 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 Sat, 08 May 2010 11:10:24 +1200 + -- Lars Wirzenius 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) -- cgit v1.2.1