We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5e038 commit ea9f715Copy full SHA for ea9f715
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+4.0.0
2
+-----
3
+
4
+- No Changes from 4.0.0b1.
5
6
4.0.0b1
7
-------
8
mock/__init__.py
@@ -7,7 +7,7 @@
import mock.mock as _mock
from mock.mock import *
9
10
-__version__ = '4.0.0b1'
+__version__ = '4.0.0'
11
version_info = tuple(int(p) for p in
12
re.match(r'(\d+).(\d+).(\d+)', __version__).groups())
13
0 commit comments