Skip to content

Commit 705a444

Browse files
authored
Merge pull request #227 from splitio/bump/mmh3cffi
Bump/mmh3cffi
2 parents 40e6891 + 5319b0d commit 705a444

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
8.4.1 (Apr 16, 2021)
2+
- Bumped mmh3cffi dependency which now requires c99 flag to build.
3+
14
8.4.0 (Jan 6, 2021)
25
- Added RecordStats for supporting pipelined recording in redis when treatment call is made.
36
- Added hooks support for preforked servers.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'test': TESTS_REQUIRES,
4242
'redis': ['redis>=2.10.5'],
4343
'uwsgi': ['uwsgi>=2.0.0'],
44-
'cpphash': ['mmh3cffi==0.2.0'],
44+
'cpphash': ['mmh3cffi==0.2.1'],
4545
},
4646
setup_requires=['pytest-runner'],
4747
classifiers=[

splitio/version.py

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

0 commit comments

Comments
 (0)