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