Skip to content

Commit b82facd

Browse files
author
Matias Melograno
committed
merged with latest
2 parents 919473e + 705a444 commit b82facd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
- Removed six, future and futures libs for compatibility between Python2 and Python3.
44
- Updated strings encoding to utf-8 by default for Redis.
55

6+
8.4.1 (Apr 16, 2021)
7+
- Bumped mmh3cffi dependency which now requires c99 flag to build.
8+
69
8.4.0 (Jan 6, 2021)
710
- Added RecordStats for supporting pipelined recording in redis when treatment call is made.
811
- Added hooks support for preforked servers.

setup.py

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

0 commit comments

Comments
 (0)