From a5a965b48cb808d7189e94bed4c7f8e17fb7f6ca Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 21 Aug 2010 14:21:51 -0400 Subject: Include the version number in the beta warning box. --- 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 e8726bd..ddd2625 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2009-2010, Ned Batchelder' # The short X.Y version. version = '3.4' # The full version, including alpha/beta/rc tags. -release = '3.4 beta' +release = '3.4 beta 1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1