summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-05-14 18:26:07 +0300
committerLars Wirzenius <liw@liw.fi>2017-05-14 18:26:07 +0300
commit5510ca51e32ba7628c9a2afe94be98706d0b7762 (patch)
treebffdc0fb448a0deba6a14614761005ff25341b2f
parent52f545ed3585c6f45dc7f8719bc7fd2c9b1093ce (diff)
downloadobnam-benchmarks-5510ca51e32ba7628c9a2afe94be98706d0b7762.tar.gz
Prepare to release version 0.16
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--obbenchlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index d7e3a54..854e7cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for obbench
=====================
-Version 0.15+git, not yet released
+Version 0.16, released 2017-05-14
----------------------------------
* Obbench now has the option `--tmpdir` to allow setting the location
diff --git a/debian/changelog b/debian/changelog
index 519b7a3..acb7867 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-obbench (0.15+git-1) UNRELEASED; urgency=medium
+obbench (0.16-1) unstable; urgency=medium
*
- -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 10:03:18 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 May 2017 18:26:07 +0300
obbench (0.15-1) unstable; urgency=medium
diff --git a/obbenchlib/version.py b/obbenchlib/version.py
index 18e2465..0946a86 100644
--- a/obbenchlib/version.py
+++ b/obbenchlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.15+git"
-__version_info__ = (0, 15, '+git')
+__version__ = "0.16"
+__version_info__ = (0, 16)