summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-03-05 21:32:39 +0200
committerLars Wirzenius <liw@liw.fi>2015-03-05 21:32:39 +0200
commit09c08b9194e76405e84c510662b693975ef83545 (patch)
tree48fa6a2cb033267e4e6dc32e85ab5efa294af329
parent06b2d002e6fffe8b546bbd0380543ab041d4017c (diff)
downloadcmdtest-09c08b9194e76405e84c510662b693975ef83545.tar.gz
Preare for releasecmdtest-0.14
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--cmdtestlib.py2
-rw-r--r--debian/changelog4
4 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 8221d58..340a5dc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.14, released UNRELEASED
+Version 0.14, released 2015-03-05
---------------------------------
* Yarn now supports continuation lines: start a line with `...` and it
diff --git a/README b/README
index 3714e84..0b4166b 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ See README.yarn for more details.
Legalese
--------
-Copyright 2011-2013 Lars Wirzenius
+Copyright 2011-2015 Lars Wirzenius
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 5d50002..6d6432f 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.12'
+__version__ = '0.14'
import os
diff --git a/debian/changelog b/debian/changelog
index 92f3bf5..93896e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-cmdtest (0.13-1) UNRELEASED; urgency=low
+cmdtest (0.14-1) unstable; urgency=low
* New upstream release.
* debian/control: Update Standards-Version to 3.9.5. No other
changes needed.
* debian/control: Move Homepage: to source stanza.
- -- Lars Wirzenius <liw@liw.fi> Sat, 29 Mar 2014 12:36:44 +0000
+ -- Lars Wirzenius <liw@liw.fi> Thu, 05 Mar 2015 21:32:28 +0200
cmdtest (0.12-1) unstable; urgency=low