From 1245ee420081adca5b92f163597721baee388fff Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 May 2016 15:18:49 +0300 Subject: Prepare to release version 0.4 --- 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 d25278c..c4237c4 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for ql-ikiwiki-publish =========================== -Version 0.3+git, not yet released +Version 0.4, released 2016-05-16 --------------------------------- * Add another sentence of clarification to README. diff --git a/debian/changelog b/debian/changelog index 1a70a4d..b887e2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -ql-ikiwiki-publish (0.3+git-1) UNRELEASED; urgency=medium +ql-ikiwiki-publish (0.4-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Mon, 16 May 2016 14:52:10 +0300 + -- Lars Wirzenius Mon, 16 May 2016 15:18:49 +0300 ql-ikiwiki-publish (0.3-1) unstable; urgency=medium diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py index 5235e90..127f940 100644 --- a/ql_ikiwiki_publish/version.py +++ b/ql_ikiwiki_publish/version.py @@ -1,2 +1,2 @@ -__version__ = "0.3+git" -__version_info__ = (0, 3, '+git') +__version__ = "0.4" +__version_info__ = (0, 4) -- cgit v1.2.1