From 11bb0a4a19948c5cf77489cdd7c1527fe0f30030 Mon Sep 17 00:00:00 2001 From: stroeder Date: Mon, 1 Aug 2016 10:13:01 +0000 Subject: [PATCH] bump __version__ to 2.4.27 --- Doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/conf.py b/Doc/conf.py index 72fc8bb..7fa6e6a 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -11,7 +11,7 @@ # All configuration values have a default value; values that are commented out # serve to show the default value. # -# $Id: conf.py,v 1.24 2016/02/29 17:05:43 stroeder Exp $ +# $Id: conf.py,v 1.25 2016/08/01 10:13:01 stroeder Exp $ import sys @@ -44,7 +44,7 @@ # The short X.Y version. version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.4.26.0' +release = '2.4.27.0' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: