Skip to content

Commit 919473e

Browse files
author
Matias Melograno
committed
preparing release 9.0.0
1 parent 0ad7b55 commit 919473e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
9.0.0 ()
1+
9.0.0 (Apr 21, 2021)
22
- BREAKING CHANGE: Deprecated Python2.
3+
- Removed six, future and futures libs for compatibility between Python2 and Python3.
4+
- Updated strings encoding to utf-8 by default for Redis.
35

46
8.4.0 (Jan 6, 2021)
57
- Added RecordStats for supporting pipelined recording in redis when treatment call is made.

splitio/version.py

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

0 commit comments

Comments
 (0)