summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt8
-rw-r--r--coverage/version.py2
-rw-r--r--doc/conf.py2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6ffc024a..6da0ef5e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,14 @@
Change history for Coverage.py
------------------------------
+Version 3.6b3
+-------------
+
+- Beta 2 broke the nose plugin. It's fixed again, closing `issue 224`_.
+
+.. _issue 224: https://bitbucket.org/ned/coveragepy/issue/224/36b2-breaks-nosexcover
+
+
Version 3.6b2 -- 23 December 2012
---------------------------------
diff --git a/coverage/version.py b/coverage/version.py
index 1a05a978..ddcecdc0 100644
--- a/coverage/version.py
+++ b/coverage/version.py
@@ -1,7 +1,7 @@
"""The version and URL for coverage.py"""
# This file is exec'ed in setup.py, don't import anything!
-__version__ = "3.6b2" # see detailed history in CHANGES.txt
+__version__ = "3.6b3" # see detailed history in CHANGES.txt
__url__ = "http://nedbatchelder.com/code/coverage"
if max(__version__).isalpha():
diff --git a/doc/conf.py b/doc/conf.py
index 9891e3e5..68c923bb 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2009-2012, Ned Batchelder'
# The short X.Y version.
version = '3.6'
# The full version, including alpha/beta/rc tags.
-release = '3.6b2'
+release = '3.6b3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.