From 9885b6e9a7ecff71b0e9d988365a0529ca1b71b0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 9 Mar 2019 08:33:10 -0500 Subject: Paperwork for 4.5.3 --- CHANGES.rst | 8 +++++--- NOTICE.txt | 2 +- README.rst | 2 +- coverage/version.py | 2 +- doc/conf.py | 4 ++-- doc/index.rst | 4 ++-- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 53b4150a..30c8fcfe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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: diff --git a/NOTICE.txt b/NOTICE.txt index e5a99515..54c51fb4 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -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 diff --git a/README.rst b/README.rst index 62c6f541..58fa3476 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/coverage/version.py b/coverage/version.py index be725d88..11846296 100644 --- a/coverage/version.py +++ b/coverage/version.py @@ -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): diff --git a/doc/conf.py b/doc/conf.py index 14b20804..532fafdf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # 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 @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME # 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. diff --git a/doc/index.rst b/doc/index.rst index 59e46090..ef3193e5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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. -- cgit v1.2.1