Skip to content

Commit 85e7d44

Browse files
author
Matias Melograno
committed
prepared release for staging
1 parent 91a4a93 commit 85e7d44

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
6.3.0 (Feb 13, 2019)
1+
7.0.0 (Feb 19, 2019)
22
- Stored Impressions in Queue.
33
- Fixed bug related to Machine Name and Machine IP.
44
- Updated Input Validation.
5+
- New hash implementation supporting more platforms.
56
6.2.2 (Dec 17, 2018)
67
- Fixed issue on selecting db for Sentinel.
78
6.2.1 (Dec 6, 2018)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'test': tests_require,
3636
'redis': ['redis>=2.10.5', 'jsonpickle>=0.9.3'],
3737
'uwsgi': ['uwsgi>=2.0.0', 'jsonpickle>=0.9.3'],
38-
'cpphash': ['mmh3cffi']
38+
'cpphash': ['mmh3cffi>=0.1.2']
3939
},
4040
setup_requires=['nose'],
4141
classifiers=[

splitio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '6.3.0-rc1'
1+
__version__ = '7.0.0-rc1'

0 commit comments

Comments
 (0)