Skip to content

Commit 8b1b7d5

Browse files
committed
prepare for release
1 parent e3cadc3 commit 8b1b7d5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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.4.1 (Apr 16, 2021)
2+
- Bumped mmh3cffi dependency which now required 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
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=[

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)