From 63e9c2817fa7a3be132d7c754a3d7a7611c568c0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Dec 2016 18:46:13 +0200 Subject: Prepare to release version 0.21 --- NEWS | 2 +- debian/changelog | 4 ++-- icklib/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index b2a92be..6df9e16 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for Ick ============ -Version 0.20+git, not yet released +Version 0.21, released 2016-12-25 ---------------------------------- * Some fixes to make ick work with current lintian in Debian unstable. diff --git a/debian/changelog b/debian/changelog index 1fb0ae5..b8bbedf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -ick (0.20+git-1) UNRELEASED; urgency=medium +ick (0.21-1) unstable; urgency=medium * New upstream version. * debian/control: Require Python 2.7. - -- Lars Wirzenius Mon, 16 May 2016 12:12:07 +0300 + -- Lars Wirzenius Sun, 25 Dec 2016 18:46:13 +0200 ick (0.20-1) unstable; urgency=medium diff --git a/icklib/version.py b/icklib/version.py index 3f6419e..f6f7ff1 100644 --- a/icklib/version.py +++ b/icklib/version.py @@ -1,2 +1,2 @@ -__version__ = "0.20+git" -__version_info__ = (0, 20, '+git') +__version__ = "0.21" +__version_info__ = (0, 21) -- cgit v1.2.1