We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9f715 commit bab8ceaCopy full SHA for bab8cea
3 files changed
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+4.0.1
2
+-----
3
+
4
+- Remove the universal marker from the wheel.
5
6
4.0.0
7
-----
8
mock/__init__.py
@@ -7,7 +7,7 @@
import mock.mock as _mock
from mock.mock import *
9
10
-__version__ = '4.0.0'
+__version__ = '4.0.1'
11
version_info = tuple(int(p) for p in
12
re.match(r'(\d+).(\d+).(\d+)', __version__).groups())
13
setup.cfg
@@ -38,9 +38,6 @@ build =
38
wheel
39
blurb
40
41
-[bdist_wheel]
42
-universal = 1
43
-
44
[tool:pytest]
45
python_files=test*.py
46
filterwarnings =
0 commit comments