From 6bdb1df84d0577ad94e1ee94ed195a3aca21d0a6 Mon Sep 17 00:00:00 2001 From: Matias Melograno Date: Mon, 3 May 2021 10:18:38 -0300 Subject: [PATCH] prep release --- CHANGES.txt | 4 ++-- splitio/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4cf6037b..2a5076d5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,10 +1,10 @@ -9.0.0 (Apr 30, 2021) +9.0.0 (May 3, 2021) - BREAKING CHANGE: Removed splitSdkMachineIp and splitSdkMachineName configs. + - BREAKING CHANGE: Deprecated `redisCharset` config. - BREAKING CHANGE: Deprecated uWSGI local cache. - BREAKING CHANGE: Deprecated Python2 support. - Removed six, future and futures libs for compatibility between Python2 and Python3. - Updated strings encoding to utf-8 by default for Redis. - - BREAKING CHANGE: Deprecated `redisCharset` config. - Added SDK Metadata headers to streaming client. 8.4.1 (Apr 16, 2021) diff --git a/splitio/version.py b/splitio/version.py index e2921057..33de8d16 100644 --- a/splitio/version.py +++ b/splitio/version.py @@ -1 +1 @@ -__version__ = '9.0.0-rc1' +__version__ = '9.0.0'