summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 09:47:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 09:47:41 -0400
commit74159ba5f96dc163682697f6afb1e34ad41cbaf1 (patch)
tree26c0e7f97d1a46f08bcce2a79a17ed5fbda0bcf8
parentdac2106e1108212851b85244fe5d6581c4a4409a (diff)
downloadpython-coveragepy-git-coverage-4.0b3.tar.gz
Prepare for 4.0b3 kitscoverage-4.0b3
-rw-r--r--CHANGES.txt4
-rw-r--r--doc/changes.rst7
-rw-r--r--doc/conf.py2
3 files changed, 8 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ccda4353..ce519362 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,8 +6,8 @@ Change history for Coverage.py
==============================
-Latest
-------
+Version 4.0b3 --- 7 September 2015
+----------------------------------
- Reporting on an unmeasured file would fail with a traceback. This is now
fixed, closing `issue 403`_.
diff --git a/doc/changes.rst b/doc/changes.rst
index 510353a6..fee58de2 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -44,7 +44,7 @@ history, see the `CHANGES.txt`_ file in the source tree.
.. _changes_40:
-Version 4.0b2 pre-release --- 22 August 2015
+Version 4.0b3 pre-release --- 7 September 2015
--------------------------------------------
@@ -52,7 +52,7 @@ Backward incompatibilities:
- Python versions supported are now:
- - CPython 2.6, 2.7, 3.3, 3.4 and 3.5b4
+ - CPython 2.6, 2.7, 3.3, 3.4 and 3.5rc2
- PyPy2 2.4, 2.6
- PyPy3 2.4
@@ -75,6 +75,9 @@ Backward incompatibilities:
- Coverage.py is now licensed under the Apache 2.0 license. See `NOTICE.txt`_
for details.
+- Coverage.py kits no longer include tests and docs. If you were using them,
+ get in touch and let me know how.
+
.. _NOTICE.txt: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
diff --git a/doc/conf.py b/doc/conf.py
index 5417b8ac..9c373f33 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -58,7 +58,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.0b2'
+release = '4.0b3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.