From e1bac223c54f8f0c3c41e026623eab209dd3f095 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 15 Nov 2015 22:12:35 +0200 Subject: Prepare release 1.18.2 --- NEWS | 2 +- debian/changelog | 4 ++-- obnamlib/version.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 6fbb2758..3973813f 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.18.2, released UNRELEASED +Version 1.18.2, released 2015-11-15 --------------------------------- Bug fixes: diff --git a/debian/changelog b/debian/changelog index 857ae7b9..f2b11025 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -obnam (1.18.2-1) UNRELEASED; urgency=medium +obnam (1.18.2-1) unstable; urgency=medium * New upstream release. Closes: - "Does not skip directories containing a CACHEDIR.TAG file" (Closes: #804375) - -- Lars Wirzenius Sun, 15 Nov 2015 21:28:32 +0200 + -- Lars Wirzenius Sun, 15 Nov 2015 22:12:15 +0200 obnam (1.18.1-1) unstable; urgency=medium diff --git a/obnamlib/version.py b/obnamlib/version.py index 7e055230..792e5f90 100644 --- a/obnamlib/version.py +++ b/obnamlib/version.py @@ -15,4 +15,4 @@ # # =*= License: GPL-3+ =*= -__version__ = '1.18.1' +__version__ = '1.18.2' diff --git a/setup.py b/setup.py index 3d62450e..375b57f2 100755 --- a/setup.py +++ b/setup.py @@ -329,7 +329,7 @@ class Check(Command): setup(name='obnam', - version='1.18.1', + version='1.18.2', description='Backup software', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1