summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--README4
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog7
4 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 85262db..86418bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.UNRELEASED
+Version 1.20130808
------------------
* Bug fix to cliapp.runcmd pipeline handling: the pipeline now returns
diff --git a/README b/README
index c10c8dd..1fd7a39 100644
--- a/README
+++ b/README
@@ -25,8 +25,8 @@ incompatible way. `DATE` is the date of the release.
Legalese
--------
-# Copyright (C) 2011, 2012 Lars Wirzenius
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2011-2013 Lars Wirzenius
+# Copyright (C) 2012-2013 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 899a62d..6e4d408 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -15,7 +15,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = '1.20130613'
+__version__ = '1.20130808'
from fmt import TextFormat
diff --git a/debian/changelog b/debian/changelog
index 3f06851..1114ddc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-cliapp (1.20130808-1) unstable; urgency=low
+
+ * New upstream release. Fixes the following problems in Debian:
+ - Missing import of errno in runcmd.py (Close: #688195)
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 08 Aug 2013 21:00:23 +0100
+
python-cliapp (1.20130613-1) unstable; urgency=low
* New upstream version.