summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f22a1a3..9c04798 100644
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,11 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.7, released UNRELEASED
+Version 0.7, released 2013-06-15
--------------------------------
-* Added the new tool `yarn`, for doing story testing.
+* Added the new tool `yarn`, for doing story testing. It is still fresh
+ and raw, but I want to make it available to get feedback.
Version 0.6, released 2013-03-14
--------------------------------
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 5bd1e9f..9d518a1 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.6'
+__version__ = '0.7'
import os
diff --git a/debian/changelog b/debian/changelog
index 3629737..7bf1bc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.7-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 15 Jun 2013 12:57:47 +0100
+
cmdtest (0.6-1) unstable; urgency=low
* New upstream release.