summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-27 16:24:10 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-27 16:24:10 +0300
commit8035fa121f5fb88bf5e2fa334f463816a6da870d (patch)
treeed25b3100cf5c916c217c96257e98312721e0a78
parentfe5fff1cc651b327433d2078abe91ca09b8549b5 (diff)
downloadick-8035fa121f5fb88bf5e2fa334f463816a6da870d.tar.gz
Prepare to release version 0.19ick-0.19
-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 96af9e2..7d70c58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.18+git, not yet released
+Version 0.19, released 2016-04-27
----------------------------------
* Major functionality change: Uploads of release builds will now be
diff --git a/debian/changelog b/debian/changelog
index f6608a0..a7baf89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick (0.18+git-1) UNRELEASED; urgency=medium
+ick (0.19-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 21 Apr 2016 11:03:35 +0300
+ -- Lars Wirzenius <liw@liw.fi> Wed, 27 Apr 2016 16:24:10 +0300
ick (0.18-1) unstable; urgency=medium
diff --git a/icklib/version.py b/icklib/version.py
index 1037537..c121c17 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.18+git"
-__version_info__ = (0, 18, '+git')
+__version__ = "0.19"
+__version_info__ = (0, 19)