summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-20 21:36:13 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-20 21:36:13 +0100
commite4e5cd865fb8fb19520ffcd4c032c40328aee1e9 (patch)
tree71a451b35d6cb0432f4b91dcaf20ff6e8bfb8df8
parent97c2df25c81952f58ea049166b976a9ad4531424 (diff)
downloadcmdtest-0.8.1.tar.gz
Release version 0.8.1cmdtest-0.8.1
-rw-r--r--NEWS5
-rw-r--r--cmdtestlib.py2
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 706ab38..af7f7bb 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.8.1, released 2013-06-20
+--------------------------------
+
+* Bug fix: install the yarn binary in the package.
+
Version 0.8, released 2013-06-19
--------------------------------
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 579d92e..601ebca 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.8'
+__version__ = '0.8.1'
import os
diff --git a/debian/changelog b/debian/changelog
index dcf9fb4..f97ba6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.8.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 20 Jun 2013 21:36:05 +0100
+
cmdtest (0.8-1) unstable; urgency=low
* New upstream version.