summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-24 19:07:00 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-24 19:07:00 +0100
commit3e3af8f6ce7288d4f18a93376fe82c7494c2a4fd (patch)
treefd70b51651a9a1c4f9f67e2875f6e70b86098f20
parent233aafe582d5ee41700fc9c1f281cc9ace8a0eca (diff)
parent1ac2543dcbc792df8427d350613f0a6d82242b10 (diff)
downloadcliapp-0.18.tar.gz
Release version 0.18.cliapp-0.18
-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 a99432f..5d5c525 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 0.18, released UNRELEASED
+Version 0.18, released 2011-08-24
---------------------------------
* New `cliapp.Settings.dump_config` method, which can be useful, for example,
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index efa5983..0545c21 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.17'
+__version__ = '0.18'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index 1507e81..ad85ba3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.18-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 24 Aug 2011 18:59:39 +0100
+
python-cliapp (0.17-1) unstable; urgency=low
* New upstream release.