From 168ffb70ce000378b249e6ce9be8d32c068bb5eb Mon Sep 17 00:00:00 2001 From: Xin Li <137219293+xinlili-statsig@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:46:02 -0700 Subject: [PATCH] [release] 0.35.0 - Hash Secondary and Delegated Exposures within ClientInitializeResponse (#275) ### Improvements - Hash secondary exposure and delegated exposure gate names within response from getClientIntializeResponse >Included In This Release >- a65c506672b67dff33ee8f7dd9529ac0b00b11c4 Xin Li > - reland hash secondary exposures and undelegated secondary exposures (#273) --- statsig/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig/version.py b/statsig/version.py index cac7112..2670d05 100644 --- a/statsig/version.py +++ b/statsig/version.py @@ -1 +1 @@ -__version__ = '0.34.0' +__version__ = '0.35.0'