From 32a65820097fe32435798849c631fbd388892257 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Mar 2016 17:00:47 +0200 Subject: Prepare to release version 0.14 --- NEWS | 2 +- debian/changelog | 5 +++-- icklib/version.py | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 0c1e600..a743d80 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for Ick ============ -Version 0.13+git, not yet released +Version 0.14, released 2016-03-06 ---------------------------------- * Ick now collects information about target Debian systems only once diff --git a/debian/changelog b/debian/changelog index 3c21d48..dcd2a6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -ick (0.13+git-1) UNRELEASED; urgency=medium +ick (0.14-1) unstable; urgency=medium * Build depend on pep8, pylint. + * New upstream version. - -- Lars Wirzenius Tue, 16 Feb 2016 19:08:03 +0200 + -- Lars Wirzenius Sun, 06 Mar 2016 17:00:47 +0200 ick (0.13-1) unstable; urgency=medium diff --git a/icklib/version.py b/icklib/version.py index 9afc397..b8b73a0 100644 --- a/icklib/version.py +++ b/icklib/version.py @@ -1,2 +1,2 @@ -__version__ = "0.13+git" -__version_info__ = (0, 13, '+git') +__version__ = "0.14" +__version_info__ = (0, 14) -- cgit v1.2.1