summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-21 10:32:42 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-21 10:32:42 +0300
commit2a2195d7f6d1753287d06a284f4c2d91dd95e863 (patch)
treed61231daaf0f2a9e49cd17d98060c77021315b5d
parent8f125ea25dfa29d2240de19103e20c2ebc9d5f11 (diff)
downloadcmdtest-2a2195d7f6d1753287d06a284f4c2d91dd95e863.tar.gz
Bump version number post-release to 0.27+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--yarnlib/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 83c8544..2e4d27c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.27+git, not yet released
+----------------------------------
+
+
Version 0.27, released 2016-09-21
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 0aa8cd6..2ada653 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.27+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 21 Sep 2016 10:32:42 +0300
+
cmdtest (0.27-1) unstable; urgency=medium
* New upstream version.
diff --git a/yarnlib/version.py b/yarnlib/version.py
index 09d1e61..22e440e 100644
--- a/yarnlib/version.py
+++ b/yarnlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.27"
-__version_info__ = (0, 27)
+__version__ = "0.27+git"
+__version_info__ = (0, 27, '+git')