summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-16 18:49:15 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-16 18:49:15 +0200
commit307c17af2349334997a71aa90ed1d27e69e67ace (patch)
tree94ab4a48e13530ad37193b193fdc8033e9b5a022
parent6d0f70767e73b2aec04fa47e4dbbb58ac6fc2026 (diff)
downloadick-307c17af2349334997a71aa90ed1d27e69e67ace.tar.gz
Prepare to release version 0.15ick-0.15
-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)