From 5808b7ef98e189b37171158e7ca95ff055b14864 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Nov 2013 12:46:47 +0000 Subject: Prepare release 1.6.1 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ obnamlib/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bfc05451..890ddbdb 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,11 @@ Obnam NEWS This file summarizes changes between releases of Obnam. +Version 1.6.1, released 2013-11-30 +---------------------------------- + +* Fix Debian package dependencies correctly. + Version 1.6, released 2013-11-30 -------------------------------- diff --git a/debian/changelog b/debian/changelog index 5c086db6..221ffecd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +obnam (1.6.1-1) unstable; urgency=low + + * Really fix dependencies on python-larch + + -- Lars Wirzenius Sat, 30 Nov 2013 12:46:30 +0000 + obnam (1.6-1) unstable; urgency=low * New upstream version. diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py index 026cf779..a9c8c7ae 100644 --- a/obnamlib/__init__.py +++ b/obnamlib/__init__.py @@ -17,7 +17,7 @@ import cliapp -__version__ = '1.6' +__version__ = '1.6.1' diff --git a/setup.py b/setup.py index 265db745..8c9c7c39 100644 --- a/setup.py +++ b/setup.py @@ -158,7 +158,7 @@ class Check(Command): setup(name='obnam', - version='1.6', + version='1.6.1', description='Backup software', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1