summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-21 20:33:48 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-21 20:33:48 +0100
commitf8cd9079b93bd5d634824e34e5a1dbe315bbf954 (patch)
treeeccf15c30b03c2994c012fbf8fb9b31c66aa7a67
parent19725464ad9a687f8f5f6d0116bde662cd8dcf01 (diff)
downloadcmdtest-f8cd9079b93bd5d634824e34e5a1dbe315bbf954.tar.gz
Prepare release 0.8.2cmdtest-0.8.2
-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 af7f7bb..0155423 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.8.2, released 2013-06-21
+--------------------------------
+
+* Bug fix: install the yarnlib library as well. This is embarrassing.
+
Version 0.8.1, released 2013-06-20
--------------------------------
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 601ebca..9b830c5 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.1'
+__version__ = '0.8.2'
import os
diff --git a/debian/changelog b/debian/changelog
index f97ba6d..2d5369d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.8.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 21 Jun 2013 20:33:43 +0100
+
cmdtest (0.8.1-1) unstable; urgency=low
* New upstream release.