summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-16 18:49:16 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-16 18:49:16 +0200
commite7bfff153bd1a615995b36b86604f6ff12f6a096 (patch)
treef5c428e87b56c0919b4d1bd16df8e74268354cb1
parent307c17af2349334997a71aa90ed1d27e69e67ace (diff)
downloadick-e7bfff153bd1a615995b36b86604f6ff12f6a096.tar.gz
Bump version number post-release to 0.15+git
-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 d0b7b95..2d58d1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.15+git, not yet released
+----------------------------------
+
+
Version 0.15, released 2016-03-16
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index ff6415b..09a2879 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.15+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 18:49:16 +0200
+
ick (0.15-1) unstable; urgency=medium
*
diff --git a/icklib/version.py b/icklib/version.py
index ee7aa22..18e2465 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.15"
-__version_info__ = (0, 15)
+__version__ = "0.15+git"
+__version_info__ = (0, 15, '+git')