From f144d0f353e870685c4b9b792e1660a4f026fcb6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 27 Dec 2017 18:35:26 +0200 Subject: Prepare to release version 0.21 --- NEWS | 2 +- debian/changelog | 4 ++-- ick2/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 44fdacd..6f775e1 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -Version 0.20+git, not yet released +Version 0.21, released 2017-12-27 ---------------------------------- * Project may now specify parameters, and pipelines in them may use diff --git a/debian/changelog b/debian/changelog index bc1d862..b335f2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -ick2 (0.20+git-1) UNRELEASED; urgency=medium +ick2 (0.21-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sat, 16 Dec 2017 20:17:25 +0200 + -- Lars Wirzenius Wed, 27 Dec 2017 18:35:26 +0200 ick2 (0.20-1) unstable; urgency=medium diff --git a/ick2/version.py b/ick2/version.py index 3f6419e..f6f7ff1 100644 --- a/ick2/version.py +++ b/ick2/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