diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-16 21:44:44 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-16 21:44:44 -0500 |
commit | 2e46c802149d018b09c7c885ebbbfd397dcb12e3 (patch) | |
tree | f8ac1a9324bb1cf34648f8132e2e351fc154d746 /doc | |
parent | 068ce294faff77ac60e2be83e3684d109e490d10 (diff) | |
download | python-coveragepy-git-2e46c802149d018b09c7c885ebbbfd397dcb12e3.tar.gz |
Prep for 4.3.3coverage-4.3.3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 4 | ||||
-rw-r--r-- | doc/index.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 55e11872..1a74389e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,9 +56,9 @@ copyright = u'2009\N{EN DASH}2017, Ned Batchelder' # CHANGEME # built documents. # # The short X.Y version. -version = '4.3.2' # CHANGEME +version = '4.3.3' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '4.3.2' # CHANGEME +release = '4.3.3' # CHANGEME # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/index.rst b/doc/index.rst index 7d687cb3..5fa6b151 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -62,7 +62,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.3.2, released January 16th 2017. It + The latest version is coverage.py 4.3.3, released January 17th 2017. It is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6. |