summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
3 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5d5c525..fbc0f4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
NEWS for cliapp
===============
+Version 0.19, released 2011-09-04
+---------------------------------
+
+* Subcommand descriptions are formatted more prettily, in --help output.
+* When a string list setting is set in a configuration file, any use of
+ the corresponding option overrides the value from the configuration
+ file, rather than appending to it.
+
Version 0.18, released 2011-08-24
---------------------------------
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 0545c21..0a97b36 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.18'
+__version__ = '0.19'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index ad85ba3..aecf959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (0.19-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 04 Sep 2011 20:02:10 +0100
+
python-cliapp (0.18-1) unstable; urgency=low
* New upstream release.