From de87d68473eec831973c8bdc7cca6bb637a54352 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 19 Sep 2010 16:39:57 -0400 Subject: Tweaks for the 3.4 release. --- 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 9e2aabc..ceec8a8 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 2' +release = '3.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1