summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-06 15:30:43 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-06 15:30:43 +0200
commit8349841eb65e81bc7d0b09f33fce86fb4f613604 (patch)
tree363120252b6b12bc0826f8527aa9dff6f94d0ba0
parent1f07804f538a7f7b87f7090b486cc46092748a25 (diff)
downloadobnam-benchmarks-8349841eb65e81bc7d0b09f33fce86fb4f613604.tar.gz
Prepare release 0.8obbench-0.8
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83df49e..cba39cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS file for obbench
=====================
+Version 0.8, released 2016-02-06
+--------------------------------
+
+* Fix bugs that prevent having multiple runs or multiple benchmarks.
+
Version 0.7, released 2016-01-16
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 5dd18e2..c797a99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.8-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 06 Feb 2016 15:30:11 +0200
+
obbench (0.7-1) unstable; urgency=medium
* New upstream version.
diff --git a/setup.py b/setup.py
index fa85988..6d7768e 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obbench',
- version='0.7',
+ version='0.9',
description='Obnam benchmarking',
author='Lars Wirzenius',
author_email='liw@liw.fi',