diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-04 14:44:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-04 14:44:25 -0400 |
commit | 0970258c170de774c908c69d5b80714159381fc3 (patch) | |
tree | dc5ed631aea924e8aba9d2dd71c1c14ef7a23300 /doc | |
parent | 55844cf9d5b18bc1ff065ca620cc561905b6b439 (diff) | |
download | python-coveragepy-0970258c170de774c908c69d5b80714159381fc3.tar.gz |
Paperwork for 4.4b1coverage-4.4b1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 4 | ||||
-rw-r--r-- | doc/index.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 37c50ac..5d63eb1 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.4' # CHANGEME +version = '4.4' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '4.3.4' # CHANGEME +release = '4.4b1' # 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 98bd6a7..1b438c3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -73,7 +73,7 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 4.3b1, released July 4th 2016. It is + The latest version is coverage.py 4.4b1, released April 4th 2017. It is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6. @@ -85,7 +85,7 @@ not. * IronPython 2.7.7, though only for running code, not reporting. **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 4.2, `described here`_. + apply.** The latest stable version is coverage.py 4.3.4, `described here`_. .. _described here: http://nedbatchelder.com/code/coverage |