From b6ee143b06ef403a5d74e7b7be3354c58d725312 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 24 Jan 2015 17:15:41 -0500 Subject: Get the version right in the docs. --- 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 8b0726f..d31f2d2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,7 +56,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.0a1' +release = '4.0a4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1