summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b8a39ab..3855a98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.3-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 27 Dec 2015 21:06:50 +0100
+
obbench (0.2-1) unstable; urgency=medium
* New upstream release.
diff --git a/setup.py b/setup.py
index 2e20143..fe98128 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obbench',
- version='0.2',
+ version='0.3',
description='Obnam benchmarking',
author='Lars Wirzenius',
author_email='liw@liw.fi',