summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-16 19:08:03 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-16 19:08:03 +0200
commit5adf083b2fde5e20d5bd7b9ce63bb24ecbc13ccc (patch)
tree5dde8e69d98b5d09281f2fd68efd6a86f69ba208
parentc25783ce176af7681f657618ce38ea8686096c2e (diff)
downloadick-5adf083b2fde5e20d5bd7b9ce63bb24ecbc13ccc.tar.gz
Bump version number post-release to 0.13+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 a614d31..c54aa85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for Ick
============
+Version 0.13+git, not yet released
+----------------------------------
+
+
Version 0.13, released 2016-02-16
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index b1b0313..168387c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.13+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 16 Feb 2016 19:08:03 +0200
+
ick (0.13-1) unstable; urgency=medium
*
diff --git a/icklib/version.py b/icklib/version.py
index 3f93f89..9afc397 100644
--- a/icklib/version.py
+++ b/icklib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.13"
-__version_info__ = (0, 13)
+__version__ = "0.13+git"
+__version_info__ = (0, 13, '+git')