summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-21 22:26:42 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-21 22:26:42 +0100
commit4df14179ddf911a451e0538b9a14e0190d27c82a (patch)
tree3a2a93974522a01ed40469dd8bda7d9f37c56923
parent8f73671f13bf9490b552ee6a3d7b7507966664cd (diff)
downloadcmdtest-0.8.3.tar.gz
Prepare release version 0.8.3cmdtest-0.8.3
-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 0155423..66f2a7a 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.8.3, released 2013-06-21
+--------------------------------
+
+* Bug fix: properly install yarnlib. In other news, I hate distutils.
+
Version 0.8.2, released 2013-06-21
--------------------------------
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 9b830c5..e6ca6bf 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.2'
+__version__ = '0.8.3'
import os
diff --git a/debian/changelog b/debian/changelog
index 2d5369d..46eb065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.8.3-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 21 Jun 2013 22:26:37 +0100
+
cmdtest (0.8.2-1) unstable; urgency=low
* New upstream release.