From 0adb933d48838f9c88e4f35e6bacebd428d44a3a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 10 Feb 2018 13:07:13 -0500 Subject: Making 4.5.1 --- doc/conf.py | 2 +- doc/index.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 162ee331..08c88537 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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' # CHANGEME +release = '4.5.1' # 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 acb45bf6..20658edd 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -51,6 +51,7 @@ Coverage.py .. :history: 20161226T160400, updated for 4.3 .. :history: 20170116T180100, updated for 4.3.2 .. :history: 20180203T130300, updated for 4.5 +.. :history: 20180210T125300, updated for 4.5.1 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -63,7 +64,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.5, released February 3rd 2018. It + The latest version is coverage.py 4.5.1, released February 10th 2018. It is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7. -- cgit v1.2.1