summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-25 16:11:07 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-25 16:11:07 +0200
commitba02bc7f44393683590ff8e013396c261c2ccf81 (patch)
tree416360b1615eb085c89c4df0c80994f975cb04dc
parentd8b0dda618848eb6517e94fd1747317cda008f78 (diff)
downloadcmdtest-ba02bc7f44393683590ff8e013396c261c2ccf81.tar.gz
Prepare release version 0.20cmdtest-0.20
-rw-r--r--NEWS2
-rw-r--r--cmdtestlib.py2
-rw-r--r--debian/changelog6
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d6c48ea..c86d255 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.20, released UNRELEASED
+Version 0.20, released 2016-01-25
---------------------------------
* Allow scenario and step names to have non-ASCII text. Thanks to
diff --git a/cmdtestlib.py b/cmdtestlib.py
index bbd436c..e1b80b5 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.19'
+__version__ = '0.20'
import os
diff --git a/debian/changelog b/debian/changelog
index 1a2bf24..309ceb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.20-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 25 Jan 2016 16:11:02 +0200
+
cmdtest (0.19-1) unstable; urgency=medium
* New upstream version.