From 8ffd7e0e41397b1ee5997877887c14db4411d13b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Jan 2016 12:33:10 +0200 Subject: Prepare version 1.20160109 --- NEWS | 5 +++-- cliapp/__init__.py | 2 +- debian/changelog | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index bba3b30..1a1670c 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for cliapp =============== -Version 1.20151108, released UNRELEASED +Version 1.20151108, released 2016-01-09 --------------------------------------- Bug fix: @@ -19,7 +19,8 @@ Bug fix: New features: * Configuration files may now also be in YAML format, if names with an - `.yaml` suffix. + `.yaml` suffix. This also means that the `python-yaml` library + **MUST** installed. It is not an optional dependency. * If the `python-xdg` library is available, it is used to allow user to specify locations of XDG Base Directory locations. diff --git a/cliapp/__init__.py b/cliapp/__init__.py index 4b0cede..7e0aca1 100644 --- a/cliapp/__init__.py +++ b/cliapp/__init__.py @@ -27,7 +27,7 @@ Homepage: http://liw.fi/cliapp/ ''' -__version__ = '1.20150829' +__version__ = '1.20160109' from .util import MemoryProfileDumper diff --git a/debian/changelog b/debian/changelog index fe5a897..9c355a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-cliapp (1.20151220-1) UNRELEASED; urgency=medium +python-cliapp (1.20160109-1) unstable; urgency=medium * New upstream version. * Fix "package suggests non-existing package" using provided patch @@ -8,7 +8,7 @@ python-cliapp (1.20151220-1) UNRELEASED; urgency=medium * Adds an optional use of python-xdg to allow XDG Base Directory specification support. (Closes: #677117) - -- Lars Wirzenius Sun, 20 Dec 2015 15:53:30 +0100 + -- Lars Wirzenius Sat, 09 Jan 2016 12:32:32 +0200 python-cliapp (1.20150829-1) unstable; urgency=medium -- cgit v1.2.1