Skip to content

Commit bab8cea

Browse files
committed
Remove universal wheel tag and prepare for a 4.0.1 release
1 parent ea9f715 commit bab8cea

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.0.1
2+
-----
3+
4+
- Remove the universal marker from the wheel.
5+
16
4.0.0
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.0'
10+
__version__ = '4.0.1'
1111
version_info = tuple(int(p) for p in
1212
re.match(r'(\d+).(\d+).(\d+)', __version__).groups())
1313

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ build =
3838
wheel
3939
blurb
4040

41-
[bdist_wheel]
42-
universal = 1
43-
4441
[tool:pytest]
4542
python_files=test*.py
4643
filterwarnings =

0 commit comments

Comments
 (0)