From 9196e6e77d10ba19e5d82b97958a984fe08741b8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 6 Nov 2015 11:53:08 +0000 Subject: Prepare 1.18.1 release --- debian/changelog | 6 ++++++ obnamlib/version.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cc5b8fc6..78ba2875 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +obnam (1.18.1-1) unstable; urgency=medium + + * New upstream release. + + -- Lars Wirzenius Fri, 06 Nov 2015 11:52:58 +0000 + obnam (1.18-1) unstable; urgency=medium * New upstream version. diff --git a/obnamlib/version.py b/obnamlib/version.py index f30a9b10..7e055230 100644 --- a/obnamlib/version.py +++ b/obnamlib/version.py @@ -15,4 +15,4 @@ # # =*= License: GPL-3+ =*= -__version__ = '1.18' +__version__ = '1.18.1' diff --git a/setup.py b/setup.py index a6af903a..b6d82671 100755 --- a/setup.py +++ b/setup.py @@ -325,7 +325,7 @@ class Check(Command): setup(name='obnam', - version='1.18', + version='1.18.1', description='Backup software', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1