summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e99f97f7..121388ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (0.20.1-1) squeeze; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 11 Aug 2011 10:37:15 +0100
+
obnam (0.20-1) squeeze; urgency=low
* New upstream version.
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 5d1b6eca..0223c439 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '0.20'
+__version__ = '0.20.1'
import _obnam
diff --git a/setup.py b/setup.py
index afbfc14e..9eb39b6b 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obnam',
- version='0.20',
+ version='0.20.1',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',