summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-02-17 10:43:52 +0000
committerLars Wirzenius <liw@liw.fi>2012-02-17 10:43:52 +0000
commitd9f7efcde37f8208b8679b5aae0f1d38875ccc73 (patch)
tree7289b2e49e8073e65eeaece5983b812d1c1c66d0
parent235fe96c27c50447fbd6ea90cfadc8e3bcf26774 (diff)
downloadcliapp-d9f7efcde37f8208b8679b5aae0f1d38875ccc73.tar.gz
Release version 0.27.cliapp-0.27
-rw-r--r--NEWS2
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8dcb894..d3433e2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ NEWS for cliapp
===============
-Version 0.27, released UNRELEASED
+Version 0.27, released 2012-02-17
---------------------------------
* Bug fix: The `runcmd` and `runcmd_unchecked` methods now properly add the
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 6fd7017..00b74d3 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.26'
+__version__ = '0.27'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index 610abf8..996934d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.27-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 17 Feb 2012 10:43:36 +0000
+
python-cliapp (0.26-1) unstable; urgency=low
* New upsream version.