summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-16 10:03:18 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-16 10:03:18 +0200
commit97761692af4e825208d8047c98394a9753b8d6a8 (patch)
treea91c0bce9f8b84bbffdfa176fc0ab87507f02936
parentf83b0b92645acc426be6c00ebd844d37797ae4af (diff)
downloadobnam-benchmarks-97761692af4e825208d8047c98394a9753b8d6a8.tar.gz
Bump version number post-release to 0.15+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--obbenchlib/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d6ae3ef..6319c02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS file for obbench
=====================
+Version 0.15+git, not yet released
+----------------------------------
+
+
Version 0.15, released 2016-03-16
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index bd109b3..519b7a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.15+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 10:03:18 +0200
+
obbench (0.15-1) unstable; urgency=medium
*
diff --git a/obbenchlib/version.py b/obbenchlib/version.py
index ee7aa22..18e2465 100644
--- a/obbenchlib/version.py
+++ b/obbenchlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.15"
-__version_info__ = (0, 15)
+__version__ = "0.15+git"
+__version_info__ = (0, 15, '+git')