From df7596c30ab562c3c8b4c40c6209ff1aeb58c75d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 6 Oct 2017 14:03:48 +0300 Subject: Prepare to release version 0.7 --- 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 c3568a7..a8a5f78 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for ql-ikiwiki-publish =========================== -Version 0.6+git, not yet released +Version 0.7, released 2017-10-06 --------------------------------- * Add support for embedded UML diagrams using plantuml. diff --git a/debian/changelog b/debian/changelog index 2911cda..43c79c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -ql-ikiwiki-publish (0.6+git-1) UNRELEASED; urgency=medium +ql-ikiwiki-publish (0.7-1) unstable; urgency=medium * New upstream version. * Add dependency on plantuml. - -- Lars Wirzenius Mon, 16 May 2016 18:19:01 +0300 + -- Lars Wirzenius Fri, 06 Oct 2017 14:03:48 +0300 ql-ikiwiki-publish (0.6-1) unstable; urgency=medium diff --git a/ql_ikiwiki_publish/version.py b/ql_ikiwiki_publish/version.py index ed54455..6a51fc2 100644 --- a/ql_ikiwiki_publish/version.py +++ b/ql_ikiwiki_publish/version.py @@ -1,2 +1,2 @@ -__version__ = "0.6+git" -__version_info__ = (0, 6, '+git') +__version__ = "0.7" +__version_info__ = (0, 7) -- cgit v1.2.1