summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-25 18:46:13 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-25 18:46:13 +0200
commit63e9c2817fa7a3be132d7c754a3d7a7611c568c0 (patch)
treeecf0e4ff6af0e9230a8f7c0e248ccb092bae0763
parentb994f330033e9ce8c33615a7424fe4af566745cd (diff)
downloadick-63e9c2817fa7a3be132d7c754a3d7a7611c568c0.tar.gz
Prepare to release version 0.21ick-0.21
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--icklib/version.py4
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 <liw@liw.fi> Mon, 16 May 2016 12:12:07 +0300
+ -- Lars Wirzenius <liw@liw.fi> 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)