Skip to content

Commit

Permalink
Paperwork for 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 9, 2019
1 parent 48b2517 commit 9885b6e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
8 changes: 5 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Change history for Coverage.py
.. ----------------------------
Unreleased
----------
.. _changes_453:

Nothing yet.
Version 4.5.3 -- 2019-03-09
---------------------------

- Only packaging metadata changes.


.. _changes_452:
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright 2001 Gareth Rees. All rights reserved.
Copyright 2004-2018 Ned Batchelder. All rights reserved.
Copyright 2004-2019 Ned Batchelder. All rights reserved.

Except where noted otherwise, this software is licensed under the Apache
License, Version 2.0 (the "License"); you may not use this work except in
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library to determine which lines are executable, and which have been executed.

Coverage.py runs on many versions of Python:

* CPython 2.6, 2.7 and 3.3 through pre-alpha 3.8.
* CPython 2.6, 2.7 and 3.3 through alpha 3.8.
* PyPy2 6.0 and PyPy3 6.0.
* Jython 2.7.1, though not for reporting.
* IronPython 2.7.7, though not for reporting.
Expand Down
2 changes: 1 addition & 1 deletion coverage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This file is exec'ed in setup.py, don't import anything!

# Same semantics as sys.version_info.
version_info = (4, 5, 3, 'alpha', 0)
version_info = (4, 5, 3, 'final', 0)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# General information about the project.
project = u'Coverage.py'
copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME
copyright = u'2009\N{EN DASH}2019, Ned Batchelder' # CHANGEME

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -58,7 +58,7 @@
# The short X.Y version.
version = '4.5' # CHANGEME
# The full version, including alpha/beta/rc tags.
release = '4.5.2' # CHANGEME
release = '4.5.3' # CHANGEME

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ not.

.. ifconfig:: not prerelease

The latest version is coverage.py 4.5.2, released November 12th 2018. It
The latest version is coverage.py 4.5.3, released March 9, 2019. It
is supported on:

* Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8.
* Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, and alpha 3.8.

* PyPy2 6.0 and PyPy3 6.0.

Expand Down

0 comments on commit 9885b6e

Please sign in to comment.