summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fc13de3..0926783 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,7 @@
NEWS for cliapp
===============
-
-Version 1.UNRELEASED
+Version 1.20120929
------------------
* Print error messages from `SystemExit` exceptions. As a side effect,
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index d95be16..4c92ef9 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -15,7 +15,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = '1.20120630'
+__version__ = '1.20120929'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index 964f1a5..ef606d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20120929-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Sep 2012 10:33:04 +0100
+
python-cliapp (1.20120630-1) unstable; urgency=low
* New upstream version.