Skip to content

Commit 4e72ab1

Browse files
committed
Bump to 3.6b3
1 parent 5850349 commit 4e72ab1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Change history for Coverage.py
33
------------------------------
44

5+
Version 3.6b3
6+
-------------
7+
8+
- Beta 2 broke the nose plugin. It's fixed again, closing `issue 224`_.
9+
10+
.. _issue 224: https://bitbucket.org/ned/coveragepy/issue/224/36b2-breaks-nosexcover
11+
12+
513
Version 3.6b2 -- 23 December 2012
614
---------------------------------
715

coverage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""The version and URL for coverage.py"""
22
# This file is exec'ed in setup.py, don't import anything!
33

4-
__version__ = "3.6b2" # see detailed history in CHANGES.txt
4+
__version__ = "3.6b3" # see detailed history in CHANGES.txt
55

66
__url__ = "http://nedbatchelder.com/code/coverage"
77
if max(__version__).isalpha():

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The short X.Y version.
5050
version = '3.6'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '3.6b2'
52+
release = '3.6b3'
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

0 commit comments

Comments
 (0)