diff options
-rw-r--r-- | CHANGES.txt | 5 | ||||
-rw-r--r-- | coverage/version.py | 2 | ||||
-rw-r--r-- | doc/conf.py | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1415b3b6..94ac7dd4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,11 @@ Change history for Coverage.py ------------------------------ +Latest +------ + + + Version 4.0b1 --- 2 August 2015 ------------------------------- diff --git a/coverage/version.py b/coverage/version.py index cfc98767..f586d1c1 100644 --- a/coverage/version.py +++ b/coverage/version.py @@ -4,7 +4,7 @@ """The version and URL for coverage.py""" # This file is exec'ed in setup.py, don't import anything! -__version__ = "4.0b1" # see detailed history in CHANGES.txt +__version__ = "4.0b2" # see detailed history in CHANGES.txt __url__ = "https://coverage.readthedocs.org" if max(__version__).isalpha(): diff --git a/doc/conf.py b/doc/conf.py index 56dbec23..dc9fad0c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,7 +61,7 @@ copyright = u'2009\N{EN DASH}2015, Ned Batchelder' # The short X.Y version. version = '4.0' # The full version, including alpha/beta/rc tags. -release = '4.0b1' +release = '4.0b2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |