Skip to content

Commit 69892f6

Browse files
authored
Merge pull request #179 from splitio/development
Development
2 parents c54a38f + b8bddff commit 69892f6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
8.2.1 (Aug 25, 2020)
2+
- Use mmh3cffi=0.1.5 which fixes xcode12 issue
3+
14
8.2.0 (Mar 27, 2020)
25
- Support enabling in-memory cache via config options
36

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
TESTS_REQUIRES = [
88
'flake8',
99
'pytest<=4.6', # for deprecated python versions: https://docs.pytest.org/en/latest/py27-py34-deprecation.html
10-
'pytest-mock',
10+
'pytest-mock==2.0.0',
1111
'coverage',
1212
'pytest-cov',
1313
'mock;python_version<"3"'
@@ -42,7 +42,7 @@
4242
'test': TESTS_REQUIRES,
4343
'redis': ['redis>=2.10.5'],
4444
'uwsgi': ['uwsgi>=2.0.0'],
45-
'cpphash': ['mmh3cffi>=0.1.4']
45+
'cpphash': ['mmh3cffi>=0.1.5']
4646
},
4747
setup_requires=['pytest-runner'],
4848
classifiers=[

splitio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '8.2.0'
1+
__version__ = '8.2.1'

0 commit comments

Comments
 (0)