From 84b942d26099e4eb076ef0bc4310adc023bbbc95 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Dec 2017 15:08:55 +0200 Subject: Prepare to release version 0.9 --- 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 fb83960..292a683 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for ql-ikiwiki-publish =========================== -Version 0.8+git, not yet released +Version 0.9, released 2017-12-18 --------------------------------- * Fix name `ql-ikiwiki-preprocess` so it is found from PATH. diff --git a/debian/changelog b/debian/changelog index fe8e8a0..76d5777 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -ql-ikiwiki-publish (0.8+git-1) UNRELEASED; urgency=medium +ql-ikiwiki-publish (0.9-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Mon, 18 Dec 2017 13:11:53 +0200 + -- Lars Wirzenius Mon, 18 Dec 2017 15:08:55 +0200 ql-ikiwiki-publish (0.8-1) unstable; urgency=medium diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py index 456773e..900cb32 100644 --- a/ql_ikiwiki_publish/version.py +++ b/ql_ikiwiki_publish/version.py @@ -1,2 +1,2 @@ -__version__ = "0.8+git" -__version_info__ = (0, 8, '+git') +__version__ = "0.9" +__version_info__ = (0, 9) -- cgit v1.2.1