summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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