Skip to content

Commit ea9f715

Browse files
committed
Prepare for 4.0.0 release
1 parent 9e5e038 commit ea9f715

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.0.0
2+
-----
3+
4+
- No Changes from 4.0.0b1.
5+
16
4.0.0b1
27
-------
38

mock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import mock.mock as _mock
88
from mock.mock import *
99

10-
__version__ = '4.0.0b1'
10+
__version__ = '4.0.0'
1111
version_info = tuple(int(p) for p in
1212
re.match(r'(\d+).(\d+).(\d+)', __version__).groups())
1313

0 commit comments

Comments
 (0)