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 12f71a6..2caeb36 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.6, released UNRELEASED
+Version 0.6, released 2013-03-14
--------------------------------
* Fixed cmdtest to diff outputs correctly. Reported by Kevin Lee.
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 0b1684b..5bd1e9f 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.5'
+__version__ = '0.6'
import os
diff --git a/debian/changelog b/debian/changelog
index 353dc8a..3629737 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.6-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 14 Mar 2013 08:22:46 +0000
+
cmdtest (0.5-1) unstable; urgency=low
* New upstream release.