summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5c80541..f2eec8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
NEWS file for obbench
=====================
+Version 0.5, released 2015-12-31
+--------------------------------
+
+* Bug fix for `obnam_config` implementation. I should've written
+ tests.
+
Version 0.4, released 2015-12-31
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 3c7fad0..78a8f20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.5-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 31 Dec 2015 22:04:17 +0200
+
obbench (0.4-1) unstable; urgency=medium
* New upstream version.
diff --git a/setup.py b/setup.py
index 940bb73..c7318da 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obbench',
- version='0.4',
+ version='0.5',
description='Obnam benchmarking',
author='Lars Wirzenius',
author_email='liw@liw.fi',