From 0e07996b413c2015883168bb1089c86faeacc398 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 6 Feb 2011 16:37:49 +0100 Subject: [PATCH] increase version number --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index a834a075..daf47c34 100644 --- a/conf.py +++ b/conf.py @@ -48,9 +48,9 @@ copyright = '2011, Stefan Behnel, Robert Bradshaw, Dag Sverre Seljebotn, Greg Ew # other places throughout the built documents. # # The short X.Y version. -version = '0.14' +version = '0.15' # The full version, including alpha/beta/rc tags. -release = '0.14.1+' +release = '0.15pre' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -- 2.26.2