summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-07-18 21:20:58 +0300
committerLars Wirzenius <liw@liw.fi>2016-07-18 21:20:58 +0300
commit8db6cffc076114bd46595c21482c6dd26fa2d33d (patch)
tree21b23cb02c0d2d32b7b8674d7f6ce51710934ed4
parentf67fb755e4cce5daa15e50f7630049f4bf4319bb (diff)
downloadcmdtest-8db6cffc076114bd46595c21482c6dd26fa2d33d.tar.gz
Bump version number post-release to 0.25+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 60fd4b4..3d9733f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.25+git, not yet released
+----------------------------------
+
+
Version 0.25, released 2016-07-18
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index ac049fc..7ab8e18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.25+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 18 Jul 2016 21:20:58 +0300
+
cmdtest (0.25-1) unstable; urgency=medium
* New upstream version.
diff --git a/yarnlib/version.py b/yarnlib/version.py
index 2043bcd..ddb488d 100644
--- a/yarnlib/version.py
+++ b/yarnlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.25"
-__version_info__ = (0, 25)
+__version__ = "0.25+git"
+__version_info__ = (0, 25, '+git')