From fb9ca97ab192a5869990f7e811e649968eb58d0f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Sep 2015 16:26:08 +0300 Subject: Prepare files for release version 1.16 --- NEWS | 2 +- debian/changelog | 4 ++-- obnamlib/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 5eed23f3..f8e38fec 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ development, called `green-albatross`. It is **NOT** meant for real use. It is likely to change in incompatible ways without warning. Do not use it unless you're willing to lose your backup. -Version 1.16, released UNRELEASED +Version 1.16, released 2015-09-06 --------------------------------- * Fixed another typo in a variable name ("netloc"), found by Benedikt diff --git a/debian/changelog b/debian/changelog index 65971290..3f5f4877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -obnam (1.16-1) UNRELEASED; urgency=medium +obnam (1.16-1) unstable; urgency=medium * New upstream release. * Fix "NameError: global name 're' is not defined" (Closes: #796950) * Fix "NameError: global name 'netloc' is not defined" (Closes: #796139) - -- Lars Wirzenius Sat, 29 Aug 2015 14:36:02 +0300 + -- Lars Wirzenius Sun, 06 Sep 2015 16:25:28 +0300 obnam (1.15-1) unstable; urgency=medium diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py index 06155441..00a76374 100644 --- a/obnamlib/__init__.py +++ b/obnamlib/__init__.py @@ -17,7 +17,7 @@ import cliapp -__version__ = '1.15' +__version__ = '1.16' # Import _obnam if it is there. We need to be able to do things without diff --git a/setup.py b/setup.py index 0c8b5e02..9421dad4 100755 --- a/setup.py +++ b/setup.py @@ -300,7 +300,7 @@ class Check(Command): setup(name='obnam', - version='1.15', + version='1.16', description='Backup software', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1