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 77d5eed..320f7a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.18+git, not yet released
+----------------------------------
+
+
Version 0.18, released 2016-04-21
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 591c150..f6608a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.18+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 21 Apr 2016 11:03:35 +0300
+
ick (0.18-1) unstable; urgency=medium
* New upstream version.
diff --git a/icklib/version.py b/icklib/version.py
index 4e2ae98..1037537 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.18"
-__version_info__ = (0, 18)
+__version__ = "0.18+git"
+__version_info__ = (0, 18, '+git')