From 076b674ab65e76eed8f2e7a274e07a134fed06f4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 16 Mar 2016 19:27:16 +0200 Subject: Prepare to release version 1.20160316 --- NEWS | 2 +- cliapp/version.py | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a512683..750fb19 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for cliapp =============== -Version 1.20151108+git, not yet released +Version 1.20160316, released 2016-03-16 --------------------------------------- * The `--help` now shows the previously hidden options diff --git a/cliapp/version.py b/cliapp/version.py index 0c4e276..03cd41a 100644 --- a/cliapp/version.py +++ b/cliapp/version.py @@ -1,2 +1,2 @@ -__version__ = '1.20160109+git' -__version_info__ = (1, 20160109, '+git') +__version__ = "1.20160316" +__version_info__ = (1, 20160316) diff --git a/debian/changelog b/debian/changelog index 9c355a1..9ed1c01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-cliapp (1.20160316-1) unstable; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Wed, 16 Mar 2016 19:27:16 +0200 + python-cliapp (1.20160109-1) unstable; urgency=medium * New upstream version. -- cgit v1.2.1