From 14a14d61d524285da88931dc13dedbe8931503cf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 25 Aug 2011 08:28:57 +0100 Subject: Bump version number. --- obnamlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py index 602680e6..7662ee4a 100644 --- a/obnamlib/__init__.py +++ b/obnamlib/__init__.py @@ -17,7 +17,7 @@ import cliapp -__version__ = '0.21' +__version__ = '0.22' -- cgit v1.2.1 From f081fff54826fab68b90aed779ecd3ca42daab4e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 25 Aug 2011 08:29:10 +0100 Subject: Bump version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f77d0005..9014e48c 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ class Check(Command): setup(name='obnam', - version='0.21', + version='0.22', description='Backup software', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1 From 08dc5d8507a65d4688d70f02990599b0b0099079 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 25 Aug 2011 08:31:01 +0100 Subject: Update NEWS for release. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e0f09c2c..b2954c12 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Obnam NEWS This file summarizes changes between releases of Obnam. -Version 0.22, released UNRELEASED; a BETA release +Version 0.22, released 2011-08-25; a BETA release ------------------------------------------------- USER VISIBLE CHANGES: -- cgit v1.2.1 From d68dd6fccf2e6b653b4a30e956de107a8e48d2ad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 25 Aug 2011 08:31:31 +0100 Subject: Update debian/changelog for release. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 98246fd4..cbc4f91c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -obnam (0.22-1) UNRELEASED; urgency=low +obnam (0.22-1) unstable; urgency=low * New upstream release. * debian/control: Update versioned depedendency on python-cliapp. Upstream now uses the dump_config feature in cliapp 0.18. - -- Lars Wirzenius Wed, 24 Aug 2011 17:53:12 +0100 + -- Lars Wirzenius Thu, 25 Aug 2011 08:31:10 +0100 obnam (0.21-1) unstable; urgency=low -- cgit v1.2.1 From f28951df37c275923b5dfc43b76b570294af6cf6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 25 Aug 2011 10:15:30 +0100 Subject: Tweak project.meta a bit. --- project.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.meta b/project.meta index d3942094..25610b2c 100644 --- a/project.meta +++ b/project.meta @@ -1,2 +1,2 @@ [config] -basetgz = /home/pbuilder-tgz/sid-amd64-pristine.tgz, squeeze:amd64:/home/pbuilder-tgz/squeeze-amd64-custom.tgz, squeeze:i386:/home/pbuilder-tgz/squeeze-i386-custom.tgz +basetgz = /home/pbuilder-tgz/sid-amd64-pristine.tgz, squeeze:/home/pbuilder-tgz/squeeze-amd64-custom.tgz, squeeze:i386:/home/pbuilder-tgz/squeeze-i386-custom.tgz -- cgit v1.2.1