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 | ffe96ae1f6d46060fc6f2292637c39875fbe797a (patch) | |
| tree | 12ec6949a3dd60f964341624f35f1ec0f61e0fe9 /doc | |
| parent | e715804225dc4566f620d439eb504187cc65835b (diff) | |
| download | python-coveragepy-git-ffe96ae1f6d46060fc6f2292637c39875fbe797a.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 37c50aca..5d63eb18 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 98bd6a70..1b438c3b 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 |
