File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22Change 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+
513Version 3.6b2 -- 23 December 2012
614---------------------------------
715
Original file line number Diff line number Diff line change 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"
77if max (__version__ ).isalpha ():
Original file line number Diff line number Diff line change 4949# The short X.Y version.
5050version = '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.
You can’t perform that action at this time.
0 commit comments