From 812ef91113e69dff285ff2c9f69951479f42fbeb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 27 Nov 2009 16:29:08 -0500 Subject: The docs have said '3.0' for a while now.. --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 2044bf88..4a787f19 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,9 +47,9 @@ copyright = u'2009, Ned Batchelder' # built documents. # # The short X.Y version. -version = '3.0' +version = '3.2' # The full version, including alpha/beta/rc tags. -release = '3.0' +release = '3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1