summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-14 15:23:24 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-14 15:23:24 +0200
commit5541bd2a885fd131258336e67159fe4177368b7b (patch)
treeee2c8801c137c3b4f69ebe024c1eef10edafcf73
parent30560d2827fc754c5934ec5523ef996ffc8bd34f (diff)
downloadobnam-benchmarks-5541bd2a885fd131258336e67159fe4177368b7b.tar.gz
Prepare to release version 0.11obbench-0.11
-rw-r--r--NEWS2
-rw-r--r--debian/changelog5
-rw-r--r--obbenchlib/version.py4
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6c6382b..273af62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for obbench
=====================
-Version 0.10+git, not yet released
+Version 0.11, released 2016-02-14
----------------------------------
* Fix bugs in Debian packaging by adding missing dependencies, both
diff --git a/debian/changelog b/debian/changelog
index 65f6ef7..53301cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-obbench (0.10+git-1) UNRELEASED; urgency=medium
+obbench (0.11-1) unstable; urgency=medium
* Add build and runtime dependency on python-jinja2,
python-markdown, python-ttystatus, python-yaml.
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 14 Feb 2016 14:35:04 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 Feb 2016 15:23:24 +0200
obbench (0.10-1) unstable; urgency=medium
diff --git a/obbenchlib/version.py b/obbenchlib/version.py
index bd9440e..49df0ad 100644
--- a/obbenchlib/version.py
+++ b/obbenchlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.10+git"
-__version_info__ = (0, 10, '+git')
+__version__ = "0.11"
+__version_info__ = (0, 11)