summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-02-08 13:26:57 +0000
committerLars Wirzenius <liw@liw.fi>2012-02-08 13:26:57 +0000
commit466c43f61bbdb24c5ba775214f8d041e77bef70b (patch)
treeceeb504c8753214f95677283e908054a728a5e9c
parent8a660fa5808e4b9dfc6b79369986d1e8e6d493d8 (diff)
downloadcliapp-0.25.1.tar.gz
Prepare release version 0.25.1cliapp-0.25.1
-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.