From 75b52dfe1c54f1cc57b7819f4232ff4513df87bf Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 27 Sep 2014 11:08:12 -0400 Subject: Update version and docs for 4.0a1 --- 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 0091cb3..16f566f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'coverage.py' -copyright = u'2009\N{EN DASH}2013, Ned Batchelder' +copyright = u'2009\N{EN DASH}2014, Ned Batchelder' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- cgit v1.2.1