summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4df655c..21c21a5 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ NEWS for cliapp
===============
+Version 0.25.1, released 2012-02-08
+---------------------------------
+
+* Fix bug in the process pipelining support.
+
Version 0.25, released 2012-02-06
---------------------------------
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index ce32f43..e3d5471 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -15,7 +15,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = '0.25'
+__version__ = '0.25.1'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index 4167469..f81c192 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.25.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 08 Feb 2012 13:26:13 +0000
+
python-cliapp (0.25-1) unstable; urgency=low
* New upstream version.