diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-21 13:10:41 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-21 13:10:41 -0400 |
| commit | 4b0fc18f1d45358eb21bd55cc7a35c7b48790231 (patch) | |
| tree | 3836f4760fea16e9b1f58fe00f393fb97c8e7c86 /doc | |
| parent | 21f4cc09c8e590253fac999e6b07d100f6f99092 (diff) | |
| download | python-coveragepy-4b0fc18f1d45358eb21bd55cc7a35c7b48790231.tar.gz | |
Doc version details
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | doc/index.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 49bcf39..07e47a8 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.0a5' +release = '4.0a6' # 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 5603a8a..49da94e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -51,9 +51,9 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 4.0a5, released 16 February 2015. - It is supported on Python versions 2.6, 2.7, 3.3, 3.4, and 3.5a1, as well - as PyPy 2.4, and PyPy3 2.4. + The latest version is coverage.py 4.0a6, released 21 June 2015. + It is supported on Python versions 2.6, 2.7, 3.3, 3.4, and 3.5b2, as well + as PyPy 2.4 and 2.6, and PyPy3 2.4. **This is a pre-release build. The usual warnings about possible bugs apply.** The latest stable version is coverage.py 3.7.1, `described here`_. |
