From e5ced578957df863f37842745cacf9d14ac87364 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 22 Mar 2015 16:20:45 +0200 Subject: Prepare for release 1.9 --- NEWS | 2 +- README | 2 +- debian/changelog | 4 ++-- obnamlib/__init__.py | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 94dfdbee..79152fb4 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Obnam NEWS This file summarizes changes between releases of Obnam. -Version 1.9, released UNRELEASED +Version 1.9, released 2015-03-22 -------------------------------- New features: diff --git a/README b/README index 2241d11f..62032740 100644 --- a/README +++ b/README @@ -154,7 +154,7 @@ so that can change.) This entire work is covered by the GNU General Public License, version 3 or later. -> Copyright 2010-2014 Lars Wirzenius +> Copyright 2010-2015 Lars Wirzenius > > This program is free software: you can redistribute it and/or modify > it under the terms of the GNU General Public License as published by diff --git a/debian/changelog b/debian/changelog index 590c8841..7bbc8abb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -obnam (1.9-1) UNRELEASED; urgency=low +obnam (1.9-1) unstable; urgency=low * Update debian/copyright years. Thanks to Jan Niggemann. * Add build and runtime dependencies on python-yaml, since it is now needed by the "simple" format. - -- Lars Wirzenius Sun, 10 Aug 2014 17:35:58 +0300 + -- Lars Wirzenius Sun, 22 Mar 2015 16:20:31 +0200 obnam (1.8-1) unstable; urgency=low diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py index 322ece94..97d8cfdf 100644 --- a/obnamlib/__init__.py +++ b/obnamlib/__init__.py @@ -17,7 +17,7 @@ import cliapp -__version__ = '1.8' +__version__ = '1.9' diff --git a/setup.py b/setup.py index 15f37f91..169fe2dd 100755 --- a/setup.py +++ b/setup.py @@ -285,7 +285,7 @@ class Check(Command): setup(name='obnam', - version='1.8', + version='1.9', description='Backup software', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1