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 0f57004..403170f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.11+git, not yet released
+Version 0.12, released 2016-02-16
----------------------------------
* Unquote file:// URLs given to dget, since dget does not seem to be
diff --git a/debian/changelog b/debian/changelog
index 637bb36..3bbea2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ick (0.11+git-1) UNRELEASED; urgency=medium
+ick (0.12-1) unstable; urgency=medium
* Work around dget not unquoting file: URLs.
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 16 Feb 2016 19:01:21 +0200
+ -- Lars Wirzenius <liw@liw.fi> Tue, 16 Feb 2016 19:02:28 +0200
ick (0.11-1) unstable; urgency=medium
diff --git a/icklib/version.py b/icklib/version.py
index 54ad680..6f7b039 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.11+git"
-__version_info__ = (1, 11, "+git")
+__version__ = "0.12"
+__version_info__ = (0, 12)