summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-06 17:00:47 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-06 17:00:47 +0200
commit38e88f256934a46f7ead98917b19092daee1ef11 (patch)
treee727ced811dc539b8689702b1fef09d2ae3d2e60
parent32a65820097fe32435798849c631fbd388892257 (diff)
downloadick-38e88f256934a46f7ead98917b19092daee1ef11.tar.gz
Bump version number post-release to 0.14+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 a743d80..5eb27df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.14+git, not yet released
+----------------------------------
+
+
Version 0.14, released 2016-03-06
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index dcd2a6d..8af175c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.14+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 06 Mar 2016 17:00:47 +0200
+
ick (0.14-1) unstable; urgency=medium
* Build depend on pep8, pylint.
diff --git a/icklib/version.py b/icklib/version.py
index b8b73a0..107122c 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.14"
-__version_info__ = (0, 14)
+__version__ = "0.14+git"
+__version_info__ = (0, 14, '+git')