summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--icklib/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index eca83c2..ef95c19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.17+git, not yet released
+----------------------------------
+
+
Version 0.17, released 2016-04-16
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 1eebc5d..4e10e87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.17+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 16 Apr 2016 12:54:47 +0300
+
ick (0.17-1) unstable; urgency=medium
* New upstream version.
diff --git a/icklib/version.py b/icklib/version.py
index 1c2b503..31780b3 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.17"
-__version_info__ = (0, 17)
+__version__ = "0.17+git"
+__version_info__ = (0, 17, '+git')