From 8349841eb65e81bc7d0b09f33fce86fb4f613604 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 6 Feb 2016 15:30:43 +0200 Subject: Prepare release 0.8 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ setup.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) 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 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', -- cgit v1.2.1