summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-03-21 20:54:38 +0000
committerLars Wirzenius <liw@liw.fi>2011-03-21 20:54:38 +0000
commitf8ae07c23126d631ceec4881a722a197ccdcd36a (patch)
treea0443f3d11e15c5a9dce29b7dbf908d70f4b752f
parentfa610f695f3cf5db4950f810a0034067558dd8f7 (diff)
downloadcliapp-f8ae07c23126d631ceec4881a722a197ccdcd36a.tar.gz
Release version 0.9.version_0_9
-rw-r--r--NEWS5
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5e0c39f..d0e40ce 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ NEWS for cliapp
===============
+Version 0.9, released 2011-03-20
+--------------------------------
+
+* Bugfix: Boolean options now work correctly, even in --help output.
+
Version 0.8, released 2011-03-20
--------------------------------
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index fb82302..1ebc2f9 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.8'
+version = '0.9'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index 7339dff..d660231 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.9) squeeze; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 21 Mar 2011 20:54:19 +0000
+
python-cliapp (0.8) squeeze; urgency=low
* New upstream version.