From 4b01d5bc164ac54d5629171cc4f61cd7bb11bb88 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Mar 2014 13:19:12 +0000 Subject: Prepare release version 1.7.2 --- NEWS | 8 ++++++++ debian/changelog | 4 ++-- obnamlib/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 239b0766..229d2600 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,14 @@ Obnam NEWS This file summarizes changes between releases of Obnam. +Version 1.7.2, released 2014-03-22 +-------------------------------- + +Bug fixes: + +* Fix another bug in the FUSE plugin's file reading code, found during + the release process of 1.7.2. + Version 1.7.1, released 2014-03-22 -------------------------------- diff --git a/debian/changelog b/debian/changelog index 6ddbf3ae..f8b4a650 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -obnam (1.7.1-1) unstable; urgency=low +obnam (1.7.2-1) unstable; urgency=low * New upstream release. * Fix "obnam mount fails to retrieve files over 64KB (obnam restore @@ -11,7 +11,7 @@ obnam (1.7.1-1) unstable; urgency=low build the package. * debian/control: Update format and source URLs. - -- Lars Wirzenius Sat, 22 Mar 2014 09:07:39 +0000 + -- Lars Wirzenius Sat, 22 Mar 2014 13:18:43 +0000 obnam (1.7-1) unstable; urgency=low diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py index 1efcb8f6..c7fbf940 100644 --- a/obnamlib/__init__.py +++ b/obnamlib/__init__.py @@ -17,7 +17,7 @@ import cliapp -__version__ = '1.7.1' +__version__ = '1.7.2' diff --git a/setup.py b/setup.py index 4fe124b4..aa4fd237 100644 --- a/setup.py +++ b/setup.py @@ -194,7 +194,7 @@ class Check(Command): setup(name='obnam', - version='1.7.1', + version='1.7.2', description='Backup software', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1