summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-25 10:15:49 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-25 10:15:49 +0100
commit7d7288d243355e54c8bfeb4aa4d578bebbf5c397 (patch)
treeb1fdb481f62a786b5cb1ccb1fbc4420ce388d616
parent3775e56ef1a4c96b29e0c9a1a8629715df1fffe2 (diff)
parentf28951df37c275923b5dfc43b76b570294af6cf6 (diff)
downloadobnam-0.22.tar.gz
Release version 0.22.obnam-0.22
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--project.meta2
-rw-r--r--setup.py2
5 files changed, 6 insertions, 6 deletions
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:
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 <liw@liw.fi> Wed, 24 Aug 2011 17:53:12 +0100
+ -- Lars Wirzenius <liw@liw.fi> Thu, 25 Aug 2011 08:31:10 +0100
obnam (0.21-1) unstable; urgency=low
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'
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
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',