File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ 8.4.1 (Apr 16, 2021)
2+ - Bumped mmh3cffi dependency which now required c99 flag to build.
3+
148.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.
Original file line number Diff line number Diff line change 4141 'test' : TESTS_REQUIRES ,
4242 'redis' : ['redis>=2.10.5' ],
4343 'uwsgi' : ['uwsgi>=2.0.0' ],
44- # 'cpphash': ['mmh3cffi==0.2.0'],
45- 'cpphash' : ['mmh3cffi @ git+https://github.com/splitio/mmh3cffi@5394feecfd7be25a511a1e3f8253fae45c7d6d07#egg=mmh3cffi' ]
44+ 'cpphash' : ['mmh3cffi==0.2.1' ],
4645 },
4746 setup_requires = ['pytest-runner' ],
4847 classifiers = [
Original file line number Diff line number Diff line change 1- __version__ = '8.4.0 '
1+ __version__ = '8.4.1 '
You can’t perform that action at this time.
0 commit comments