summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-22 09:12:28 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-22 09:12:28 +0000
commited46cb4757256ba1797fced95a2bce07f868ba63 (patch)
treefa1ea6527c03099a6d83f670d38270b62cb81ea9
parent804c2ffa22afda229ea4cb5c2bd12caefa9957c7 (diff)
downloadobnam-ed46cb4757256ba1797fced95a2bce07f868ba63.tar.gz
Prepare for release version 1.7.1
-rw-r--r--NEWS2
-rw-r--r--debian/changelog7
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index d24df52f..239b0766 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 1.8, released UNRELEASED
+Version 1.7.1, released 2014-03-22
--------------------------------
* The `dump-repo` command now outputs JSON instead of YAML. The
diff --git a/debian/changelog b/debian/changelog
index dd05f48f..6ddbf3ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (1.8-1) UNRELEASED; urgency=low
+obnam (1.7.1-1) unstable; urgency=low
* New upstream release.
* Fix "obnam mount fails to retrieve files over 64KB (obnam restore
@@ -7,10 +7,11 @@ obnam (1.8-1) UNRELEASED; urgency=low
* Drop dependency on python-yaml, since yaml is no longer used.
* Drop python-coverage-test-runner build-dependency to 0.8, which is
in Debian. Newer upstream versions have no functional changes, so
- are not uploaded to Debian.
+ are not uploaded to Debian. This should allow Debian buildds to
+ build the package.
* debian/control: Update format and source URLs.
- -- Lars Wirzenius <liw@liw.fi> Tue, 18 Mar 2014 08:42:28 +0000
+ -- Lars Wirzenius <liw@liw.fi> Sat, 22 Mar 2014 09:07:39 +0000
obnam (1.7-1) unstable; urgency=low
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index d840b968..1efcb8f6 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.7'
+__version__ = '1.7.1'
diff --git a/setup.py b/setup.py
index 26d6cd0f..4fe124b4 100644
--- a/setup.py
+++ b/setup.py
@@ -194,7 +194,7 @@ class Check(Command):
setup(name='obnam',
- version='1.7',
+ version='1.7.1',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',