From 638afdc5842fda1a00f773f2d342874b72508f5f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Dec 2012 22:01:27 +0000 Subject: Prepare release version 1.3 --- NEWS | 2 +- debian/changelog | 5 +++-- obnamlib/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index b1573fc8..330ca10d 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ Obnam NEWS This file summarizes changes between releases of Obnam. -Version X.Y, released UNRELEASED +Version 1.3, released 2012-12-16 -------------------------------- * When creating files in the backup repository, Obnam tries to avoid NFS diff --git a/debian/changelog b/debian/changelog index 9eec930d..96f93df0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -obnam (1.3-1) UNRELEASED; urgency=low +obnam (1.3-1) unstable; urgency=low + * New upstream release. * Added Gaudenz Steinlin as an uploader. * debian/control: Bump build-dependency on summain to be 0.17 or newer, to deal with new test case for empty xattr values. - -- Lars Wirzenius Sun, 07 Oct 2012 10:27:36 +0100 + -- Lars Wirzenius Sun, 16 Dec 2012 22:00:46 +0000 obnam (1.2-1) unstable; urgency=low diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py index 006f4b91..d4df84cd 100644 --- a/obnamlib/__init__.py +++ b/obnamlib/__init__.py @@ -17,7 +17,7 @@ import cliapp -__version__ = '1.2' +__version__ = '1.3' diff --git a/setup.py b/setup.py index adc39668..13d851ef 100644 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ class Check(Command): setup(name='obnam', - version='1.2', + version='1.3', description='Backup software', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1