From e984c72e9b505ef9e2d678680925ed9ba0276706 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 6 Feb 2011 16:27:38 +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 6d37c1ca..a834a075 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.1' +version = '0.14' # The full version, including alpha/beta/rc tags. -release = '0.14.1' +release = '0.14.1+' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -- 2.26.2