diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-04-29 16:45:11 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-04-29 16:45:11 -0400 |
| commit | 9009591c04e3d56a6fd04de3f58f1566685445e0 (patch) | |
| tree | 2438893e701d363667342f9fa4b94bd17d1ea304 /doc/conf.py | |
| parent | 6e3afaf62e57df2c0bfdb05be49cdefc918824bf (diff) | |
| download | python-coveragepy-9009591c04e3d56a6fd04de3f58f1566685445e0.tar.gz | |
Doc changes for 3.5.2b1coverage-3.5.2b1
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 679c505..0fac2ec 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,16 +40,16 @@ master_doc = 'index' # General information about the project.
project = u'coverage.py'
-copyright = u'2009-2011, Ned Batchelder'
+copyright = u'2009-2012, 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
# built documents.
#
# The short X.Y version.
-version = '3.5.1'
+version = '3.5.2'
# The full version, including alpha/beta/rc tags.
-release = '3.5.1'
+release = '3.5.2b1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|
