summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-31 21:32:35 +0100
committerLars Wirzenius <liw@liw.fi>2014-03-31 21:32:35 +0100
commit401f7d91b0e3627fdefa3605e9df23fe2dd74532 (patch)
tree73b225adb6415cd9697fcb88391f879aff4ea2ff
parentd2be86cbf8c085e0dc266894c279a1daa64c2f7e (diff)
downloadobnam-401f7d91b0e3627fdefa3605e9df23fe2dd74532.tar.gz
Prepare release version 1.7.3
-rw-r--r--NEWS2
-rw-r--r--debian/changelog2
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 67e5ced7..a6f2fb00 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 1.X, released UNRELEASED
+Version 1.7.3, released 2014-03-31
--------------------------------
* The manual is now dual-licensed under GNU GPL v3 or later, and
diff --git a/debian/changelog b/debian/changelog
index cc4c222d..9895e0c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ obnam (1.7.3-1) UNRELEASED; urgency=low
* New upstream release.
* Fix "several consecutive runs back up unmodified files"
(Closes: #742384)
+ * Fix "obnam mount fails to retrieve files over 64KB (obnam restore
+ works fine)" again. (Closes: #741968)
* debian/control: Increase build-dependency on cmdtest to 0.12 so
that yarn will not fail when a test creates an unreadable file.
* debian/rules: No longer run cmdtests, since they no longer exist.
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index c7fbf940..33bc00a0 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.7.2'
+__version__ = '1.7.3'
diff --git a/setup.py b/setup.py
index 628e39fc..87ec4813 100644
--- a/setup.py
+++ b/setup.py
@@ -177,7 +177,7 @@ class Check(Command):
setup(name='obnam',
- version='1.7.2',
+ version='1.7.3',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',