From 8c0a9f0265f295768ecb5a49d16e035da8ed6143 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 19 Sep 2015 07:43:31 -0400 Subject: Get ready for 4.0 final --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index 9c373f33..f28a56d9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2015, Ned Batchelder' # The short X.Y version. version = '4.0' # The full version, including alpha/beta/rc tags. -release = '4.0b3' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1