summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-21 08:10:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-21 08:10:11 -0400
commitbfaf927664dade0a79b7c6bc16dde8b9bd33568a (patch)
treeb0348c03c6a46f0fdfbd5eec3da6e3556f657ab6 /doc
parent15a5dd52d794ae8186097db1e93b305e5c4b616c (diff)
downloadpython-coveragepy-bfaf927664dade0a79b7c6bc16dde8b9bd33568a.tar.gz
Getting ready for 4.1 final
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.rst5
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst15
3 files changed, 13 insertions, 9 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index f95e017..0611204 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -39,6 +39,7 @@ Major change history for coverage.py
.. :history: 20151124T065800, updated for 4.0.3
.. :history: 20160110T125800, updated for 4.1b1
.. :history: 20160510T125200, updated for 4.1b3
+.. :history: 20160521T074300, updated for 4.1
These are the major changes for coverage.py. For a more complete change
@@ -50,8 +51,8 @@ history, see the `CHANGES.rst`_ file in the source tree.
.. _changes_41:
-Version 4.1b3 pre-release --- 2016-05-10
-----------------------------------------
+Version 4.1b --- 2016-05-21
+---------------------------
- Branch analysis has been rewritten: it used to be based on bytecode, but now
uses AST analysis. This has changed a number of things:
diff --git a/doc/conf.py b/doc/conf.py
index e0b32e5..1aae8c8 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2016, Ned Batchelder'
# The short X.Y version.
version = '4.1'
# The full version, including alpha/beta/rc tags.
-release = '4.1b3'
+release = '4.1'
# 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 81b25af..8723748 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -46,6 +46,7 @@ Coverage.py
.. :history: 20160110T125900, updated for 4.1b1
.. :history: 20160123T171300, updated for 4.1b2
.. :history: 20160510T125300, updated for 4.1b3
+.. :history: 20160521T074500, udpated for 4.1
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -58,12 +59,14 @@ not.
.. ifconfig:: not prerelease
- The latest version is coverage.py 4.0.3, released November 24th, 2015. It
+ The latest version is coverage.py 4.1, released May 21st 2016. It
is supported on:
- * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5
- * PyPy 2.4, 2.6, and 4.0
- * PyPy3 2.4
+ * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
+
+ * PyPy 4.0 and 5.1.
+
+ * PyPy3 2.4.
.. ifconfig:: prerelease
@@ -72,12 +75,12 @@ not.
* Python versions 2.6, 2.7, 3.3, 3.4, and 3.5.
- * PyPy 4.0 and 5.1
+ * PyPy 4.0 and 5.1.
* PyPy3 2.4.
**This is a pre-release build. The usual warnings about possible bugs
- apply.** The latest stable version is coverage.py 4.0.3, `described here`_.
+ apply.** The latest stable version is coverage.py 4.1, `described here`_.
.. _described here: http://nedbatchelder.com/code/coverage