summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-05-18 06:36:33 +0100
committerLars Wirzenius <liw@liw.fi>2011-05-18 06:36:33 +0100
commit440f2f6982b2aacfa0f97b307dbe4d8ffc27de2a (patch)
treeb02c6753f25471e4a67b70357e3063caf7a3e42a
parentb45097a4b534d3d6db3c52a31a27162855fa9eb8 (diff)
parente5037f7bcb2e0fea3ddfe88f568a6c2702e781bc (diff)
downloadcliapp-440f2f6982b2aacfa0f97b307dbe4d8ffc27de2a.tar.gz
Release version 0.11.cliapp-0.11
-rw-r--r--NEWS12
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe1fd6b..65c702a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
NEWS for cliapp
===============
+Version 0.11, released 2011-03-21
+---------------------------------
+
+* `pydoc cliapp` now works more usefully, and includes documentation for
+ the various classes exported, not just a list of packages.
+* Bugfix: if user specifies no log file, logging no longer happens to
+ the standard output. This prevents exceptions from being reported twice.
+* Log format now includes timestamps.
+* New settings can now be added using shorter method names:
+ `self.settings.string` rather than `self.settins.add_string_setting`.
+ The old method names continue to work.
+
Version 0.10, released 2011-03-21
--------------------------------
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 9ae3baf..ace2ad8 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.10'
+version = '0.11'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index 78d9521..ba5da7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.11) squeeze; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 18 May 2011 06:34:55 +0100
+
python-cliapp (0.10) squeeze; urgency=low
* New upstream release.