summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-24 09:59:36 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-24 09:59:36 +0200
commit89963368ae5560ffb2a3f00ccdc80a6b218cc608 (patch)
tree37a6cf0a93e286fd2d13e8fa13d2dddd161fc299
parent369036ebfcf7a259c96aca7ef4b3ac532be77bc2 (diff)
downloadcmdtest-89963368ae5560ffb2a3f00ccdc80a6b218cc608.tar.gz
Bump version number post-release to 0.32+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 8ed95ee..215b42a 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.32+git, not yet released
+----------------------------------
+
+
Version 0.32, released 2018-02-24
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 93043a6..08ac9b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.32+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 24 Feb 2018 09:59:36 +0200
+
cmdtest (0.32-1) unstable; urgency=medium
* New upstream version. A no-change release, to trigger an upload to
diff --git a/yarnlib/version.py b/yarnlib/version.py
index aeecda6..b0f2d14 100644
--- a/yarnlib/version.py
+++ b/yarnlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.32"
-__version_info__ = (0, 32)
+__version__ = "0.32+git"
+__version_info__ = (0, 32, '+git')