summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-29 10:33:22 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-29 10:33:22 +0100
commit88e78d743be7c93b225f60fc9104ed29afe4f48e (patch)
treeda96106b816900207e14018d228adce5ed44ba82
parent3290afbdeb6edb666f993f969434aea9fb2a4558 (diff)
downloadcliapp-1.20120929.tar.gz
Prepare release 1.20120929cliapp-1.20120929
-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.