summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog5
-rw-r--r--icklib/version.py4
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 3e469df..d0b7b95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.14+git, not yet released
+Version 0.15, released 2016-03-16
----------------------------------
* Change Debian package publishing so that it knows about Debian
diff --git a/debian/changelog b/debian/changelog
index 8af175c..ff6415b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ick (0.14+git-1) UNRELEASED; urgency=medium
+ick (0.15-1) unstable; urgency=medium
*
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 06 Mar 2016 17:00:47 +0200
+ -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 18:49:15 +0200
ick (0.14-1) unstable; urgency=medium
diff --git a/icklib/version.py b/icklib/version.py
index 107122c..ee7aa22 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.14+git"
-__version_info__ = (0, 14, '+git')
+__version__ = "0.15"
+__version_info__ = (0, 15)