summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-15 10:22:40 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-15 10:22:40 +0000
commitba573bae800e2f4950c01f517eeeb5fe05f78e19 (patch)
tree37f27b89e41c47d533340130ab23288f8c238604
parentaa76577e4e674ffabcad8bce9d3d8497d7ae073a (diff)
downloadcmdtest-ba573bae800e2f4950c01f517eeeb5fe05f78e19.tar.gz
Prepare release 0.11cmdtest-0.11
-rw-r--r--NEWS5
-rw-r--r--cmdtestlib.py2
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5c99718..335c679 100644
--- a/NEWS
+++ b/NEWS
@@ -3,13 +3,14 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.11, released UNRELEASED
+Version 0.11, released 2014-03-15
---------------------------------
For yarn:
* Report number of scenarios skipped due to an ASSUMING step failing.
- * Fix the error message for reporting scenarios without THEN steps
+
+* Fix the error message for reporting scenarios without THEN steps
to include the names of those scenarios only, rather than all
scenarios. Patch by Pete Fotheringham.
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 66cb9e9..0bf650c 100644
--- a/cmdtestlib.py
+++ b/cmdtestlib.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.10'
+__version__ = '0.11'
import os
diff --git a/debian/changelog b/debian/changelog
index 2bd069f..9511090 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.11-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 15 Mar 2014 10:22:18 +0000
+
cmdtest (0.10-1) unstable; urgency=low
* New upstream release.