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 0c1e600..a743d80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.13+git, not yet released
+Version 0.14, released 2016-03-06
----------------------------------
* Ick now collects information about target Debian systems only once
diff --git a/debian/changelog b/debian/changelog
index 3c21d48..dcd2a6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ick (0.13+git-1) UNRELEASED; urgency=medium
+ick (0.14-1) unstable; urgency=medium
* Build depend on pep8, pylint.
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 16 Feb 2016 19:08:03 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 06 Mar 2016 17:00:47 +0200
ick (0.13-1) unstable; urgency=medium
diff --git a/icklib/version.py b/icklib/version.py
index 9afc397..b8b73a0 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.13+git"
-__version_info__ = (0, 13, '+git')
+__version__ = "0.14"
+__version_info__ = (0, 14)