summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-02-06 19:47:09 +0000
committerLars Wirzenius <liw@liw.fi>2012-02-06 19:47:09 +0000
commitd6e6ab3bf18a170b74452b0091a183214acebf65 (patch)
treee75ddd7f466250dd9c4dd1e52f40982818998dc6
parent89f4718db2b6f9532b54496f8883a8ea8babecea (diff)
downloadcliapp-d6e6ab3bf18a170b74452b0091a183214acebf65.tar.gz
Prepare 0.25 release versioncliapp-0.25
-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 25bcc36..4df655c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ NEWS for cliapp
===============
-Version 0.25, released UNRELEASED
+Version 0.25, released 2012-02-06
---------------------------------
* Improved error message for when executing a non-existent command.
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index eba9b69..ce32f43 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.24'
+__version__ = '0.25'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index 29a9084..4167469 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.25-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 06 Feb 2012 19:46:53 +0000
+
python-cliapp (0.24-1) unstable; urgency=low
* New upstream version.