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 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.