summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-16 19:08:02 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-16 19:08:02 +0200
commitc25783ce176af7681f657618ce38ea8686096c2e (patch)
treef39fc4b7ea26a44d109d75541a5a6116510ee434
parent4c4d5643e31ae0013e3e3bc396f05a4a6b2f4779 (diff)
downloadick-c25783ce176af7681f657618ce38ea8686096c2e.tar.gz
Prepare to release version 0.13ick-0.13
-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 5a2c596..a614d31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.12+git, not yet released
+Version 0.13, released 2016-02-16
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 1c50665..b1b0313 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ick (0.12+git-1) UNRELEASED; urgency=medium
+ick (0.13-1) unstable; urgency=medium
*
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 16 Feb 2016 19:02:28 +0200
+ -- Lars Wirzenius <liw@liw.fi> Tue, 16 Feb 2016 19:08:02 +0200
ick (0.12-1) unstable; urgency=medium
diff --git a/icklib/version.py b/icklib/version.py
index b107890..3f93f89 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.12+git"
-__version_info__ = (0, 12, '+git')
+__version__ = "0.13"
+__version_info__ = (0, 13)