summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-19 12:48:45 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-19 12:48:45 +0000
commitce0ec45ef25a921aeaff619de64d1d53c1efde36 (patch)
tree445f1befb86c0f357751817ed04856390704f478
parenta8efd500c25f884a7b9bd81faba06678087119f7 (diff)
downloadcliapp-ce0ec45ef25a921aeaff619de64d1d53c1efde36.tar.gz
Release version 0.6.version_0_6
-rw-r--r--NEWS10
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7aca62e..16ba438 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,16 @@ NEWS for cliapp
===============
+Version 0.6, released 2011-02-19
+--------------------------------
+
+* New option types: list of strings, choice of strings, callback.
+* New standard option: --dump-setting-names.
+* Python profiling support: automatically if the right environment variable
+ is set. If the process's argv[0] is 'foo', and 'FOO_PROFILE' is set, then
+ profiling happens.
+* Documentation improvments.
+
Version 0.5, released 2011-02-13
--------------------------------
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 2f55459..e681e90 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.5'
+version = '0.6'
from app import Application
diff --git a/debian/changelog b/debian/changelog
index 0c7eec2..2021f53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.6) squeeze; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 19 Feb 2011 12:45:27 +0000
+
python-cliapp (0.5) squeeze; urgency=low
* New upstream release.