diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-17 12:37:45 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-17 12:37:45 -0500 |
| commit | a1270166ab6983f0b774d606faf79882eeaf0371 (patch) | |
| tree | af3130a584b0de4ea982869cd90d4236f2b733cd /doc | |
| parent | e974d4fcf8404d53814b4559761f73dc2bc8a43a (diff) | |
| download | python-coveragepy-a1270166ab6983f0b774d606faf79882eeaf0371.tar.gz | |
Paperwork for 4.3.4coverage-4.3.4
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 4 | ||||
| -rw-r--r-- | doc/index.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 1a74389..37c50ac 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.3' # CHANGEME +version = '4.3.4' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '4.3.3' # CHANGEME +release = '4.3.4' # 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 5fa6b15..29f79d7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -62,7 +62,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.3.3, released January 17th 2017. It + The latest version is coverage.py 4.3.4, released January 17th 2017. It is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6. |
