summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-09 11:16:46 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-09 11:16:46 +0200
commit47ec46db933a867f0c364c945c2412d3193c004f (patch)
tree27eadbd965725f4cbea64e8559c27017aa82ca09
parent0b12484dc9c100d76908a0c927b34374cbaec534 (diff)
downloadcmdtest-47ec46db933a867f0c364c945c2412d3193c004f.tar.gz
Prepare 0.19cmdtest-0.19
-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 56e3bcf..8591ccc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.19, released UNRELEASED
+Version 0.19, released 2016-01-09
---------------------------------
* Yarn now gives an error if `--run` is given a scenario that doens't
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 081ac93..bbd436c 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.18'
+__version__ = '0.19'
import os
diff --git a/debian/changelog b/debian/changelog
index a804240..1a2bf24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.19-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 09 Jan 2016 11:16:26 +0200
+
cmdtest (0.18-1) unstable; urgency=medium
* New upstream release