summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-01 20:31:02 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-01 20:31:02 +0200
commite505738f6b9cc75a70a7766bd13b4f98cf56adcb (patch)
treefeb2522253a00932b4248d4de55d8263d91013f8
parent4f7256a5476cc22de0e37f451c98043dbde35d94 (diff)
downloadobnam-benchmarks-e505738f6b9cc75a70a7766bd13b4f98cf56adcb.tar.gz
Prepare version 0.6obbench-0.6
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cdeefb2..cd71b47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for obbench
=====================
-Version 0.6, released UNRELEASED
+Version 0.6, released 2016-01-01
--------------------------------
* Fix the `restore` part of a benchmark so it actually works.
diff --git a/debian/changelog b/debian/changelog
index 78a8f20..d1e2e85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.6-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 01 Jan 2016 20:30:38 +0200
+
obbench (0.5-1) unstable; urgency=medium
* New upstream version.
diff --git a/setup.py b/setup.py
index c7318da..2094e3a 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obbench',
- version='0.5',
+ version='0.6',
description='Obnam benchmarking',
author='Lars Wirzenius',
author_email='liw@liw.fi',