summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-16 23:26:06 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-16 23:26:06 +0200
commita94bac87e4b441ceaa2295c1221836401c6e2e00 (patch)
tree3097343df2994b56d477dedfe887e2c3f05dca50
parent3601570b89e74304924744a001e2fe2ee28dd17b (diff)
downloadobnam-benchmarks-a94bac87e4b441ceaa2295c1221836401c6e2e00.tar.gz
Prepare 0.7obbench-0.7
-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 d1420a9..83df49e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for obbench
=====================
-Version 0.7, released UNRELEASED
+Version 0.7, released 2016-01-16
--------------------------------
* Fix the `restore part` **again**. This time it was breaking because
diff --git a/debian/changelog b/debian/changelog
index d1e2e85..5dd18e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.7-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 16 Jan 2016 23:25:19 +0200
+
obbench (0.6-1) unstable; urgency=medium
* New upstream version.
diff --git a/setup.py b/setup.py
index 2094e3a..fa85988 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obbench',
- version='0.6',
+ version='0.7',
description='Obnam benchmarking',
author='Lars Wirzenius',
author_email='liw@liw.fi',