summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-21 11:03:34 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-21 11:03:34 +0300
commitc2f1d8dcd0496979651a45e58c83b12eb5d02f9b (patch)
treeade46fe95d3c99d3f5821cc299ada0c6c1d434f9
parentb72539eaf3a2a9f859b40f7f89e4f38345dde44b (diff)
downloadick-c2f1d8dcd0496979651a45e58c83b12eb5d02f9b.tar.gz
Prepare to release version 0.18ick-0.18
-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 6cfa4d2..77d5eed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.17+git, not yet released
+Version 0.18, released 2016-04-21
----------------------------------
* Add more missing dependencies (devscripts, reprepro) to ick's Debian
diff --git a/debian/changelog b/debian/changelog
index e48da3b..591c150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-ick (0.17+git-1) UNRELEASED; urgency=medium
+ick (0.18-1) unstable; urgency=medium
* New upstream version.
* Add missing dependency on devscripts, for dget, and reprepro.
- -- Lars Wirzenius <liw@liw.fi> Sat, 16 Apr 2016 12:54:47 +0300
+ -- Lars Wirzenius <liw@liw.fi> Thu, 21 Apr 2016 11:03:34 +0300
ick (0.17-1) unstable; urgency=medium
diff --git a/icklib/version.py b/icklib/version.py
index 31780b3..4e2ae98 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.17+git"
-__version_info__ = (0, 17, '+git')
+__version__ = "0.18"
+__version_info__ = (0, 18)