summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 49bcf393..07e47a81 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 5603a8ac..49da94eb 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`_.