From c2190efda0e6fdd6783a56a6aeab818b072350a1 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 22 May 2015 09:27:19 -0700 Subject: attempt to work around an issue with reloading the Decimal module --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 81e571b..198331c 100644 --- a/conf.py +++ b/conf.py @@ -36,7 +36,7 @@ master_doc = 'index' # General substitutions. project = 'simplejson' -copyright = '2014, Bob Ippolito' +copyright = '2015, Bob Ippolito' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. @@ -44,7 +44,7 @@ copyright = '2014, Bob Ippolito' # The short X.Y version. version = '3.7' # The full version, including alpha/beta/rc tags. -release = '3.7.1' +release = '3.7.2' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -- cgit v1.2.1