summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-13 17:30:17 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-13 17:30:17 +0200
commitbf19ba13b9b5b60894086efc4e91e2bd354b5a16 (patch)
treed5e6d01469a0035e9b2997d9badb90843703488f
parentb121091edec87614d2b84be00af08c598c07125f (diff)
downloadobnam-benchmarks-bf19ba13b9b5b60894086efc4e91e2bd354b5a16.tar.gz
Bump version number post-release to 0.13+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 3005d78..74f2e44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS file for obbench
=====================
+Version 0.13+git, not yet released
+----------------------------------
+
+
Version 0.13, released 2016-03-13
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 9741663..1bfb3f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.13+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 13 Mar 2016 17:30:17 +0200
+
obbench (0.13-1) unstable; urgency=medium
*
diff --git a/obbenchlib/version.py b/obbenchlib/version.py
index 3f93f89..9afc397 100644
--- a/obbenchlib/version.py
+++ b/obbenchlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.13"
-__version_info__ = (0, 13)
+__version__ = "0.13+git"
+__version_info__ = (0, 13, '+git')