summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 12:58:29 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 12:58:29 +0300
commit8e66084d40e13025cada324d09f0d6facb5c7963 (patch)
tree6a0203e3d70530a52ffd0185c270c75d6a007d5b
parent381e18bf5535b98b583782c38ef1b8d46c647343 (diff)
downloadcmdtest-8e66084d40e13025cada324d09f0d6facb5c7963.tar.gz
Prepare to release version 0.30cmdtest-0.30
-rw-r--r--NEWS6
-rw-r--r--debian/changelog4
-rw-r--r--yarnlib/version.py4
3 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index fe53ab2..0753a7a 100644
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,13 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.29+git, not yet released
+Version 0.30, released 2017-04-16
----------------------------------
+* Fix check for whether Python is used a shell. Previously the shell
+ had to be exactly "python", not anything that contains that is
+ enough. This is necessary to trigger PYTHONPATH manipulation when
+ using python2 explicitly.
Version 0.29, released 2017-04-11
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 480ba8c..aac7698 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-cmdtest (0.29+git-1) UNRELEASED; urgency=medium
+cmdtest (0.30-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 11 Apr 2017 20:23:18 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 16 Apr 2017 12:58:29 +0300
cmdtest (0.29-1) unstable; urgency=medium
diff --git a/yarnlib/version.py b/yarnlib/version.py
index 9648b3b..7b03a84 100644
--- a/yarnlib/version.py
+++ b/yarnlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.29+git"
-__version_info__ = (0, 29, '+git')
+__version__ = "0.30"
+__version_info__ = (0, 30)