summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 220f8da..5c80541 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for obbench
=====================
-Version 0.4, released UNRELEASED
+Version 0.4, released 2015-12-31
--------------------------------
* Put the spec file on the front page of HTML output, and the spec for
diff --git a/debian/changelog b/debian/changelog
index 3855a98..3c7fad0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.4-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 31 Dec 2015 21:44:24 +0200
+
obbench (0.3-1) unstable; urgency=medium
* New upstream release.
diff --git a/setup.py b/setup.py
index fe98128..940bb73 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obbench',
- version='0.3',
+ version='0.4',
description='Obnam benchmarking',
author='Lars Wirzenius',
author_email='liw@liw.fi',