summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.