summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-11 20:23:18 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-11 20:23:18 +0300
commit92d0c5e764665e543c6c70cca3e9b49cbbd0b211 (patch)
tree2504362dd5f2a806722e48cdd6fadc76b5e95e9c
parent8a8ec89f0f3a3ec80520b4f54074d2c19f3d64f6 (diff)
downloadcmdtest-92d0c5e764665e543c6c70cca3e9b49cbbd0b211.tar.gz
Bump version number post-release to 0.29+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 623a512..fe53ab2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.29+git, not yet released
+----------------------------------
+
+
Version 0.29, released 2017-04-11
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 50f555c..480ba8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.29+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 11 Apr 2017 20:23:18 +0300
+
cmdtest (0.29-1) unstable; urgency=medium
* New upstream version.
diff --git a/yarnlib/version.py b/yarnlib/version.py
index a9a5482..9648b3b 100644
--- a/yarnlib/version.py
+++ b/yarnlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.29"
-__version_info__ = (0, 29)
+__version__ = "0.29+git"
+__version_info__ = (0, 29, '+git')