summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-27 21:06:59 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-27 21:06:59 +0100
commitebf988b0e5474ba403f173ef532e5f43678c053e (patch)
tree62878682877b2ad647fa7027508d136e7a072875
parent2d3e91133f10cd401f9ebf8a9ed6851440eb622a (diff)
downloadobnam-benchmarks-obbench-0.3.tar.gz
Prepare release 0.3obbench-0.3
-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',