Skip to content

Commit 2167caa

Browse files
committed
[FSSDK-12094] chore: preparing for release v5.3.1
1 parent 53421a6 commit 2167caa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Optimizely Python SDK Changelog
22

3+
## 5.3.1
4+
December 17, 2025
5+
6+
### Minor update
7+
- Added support for Holdouts in Feature Experimentation, enabling global traffic exclusion from experiments for statistical confidence validation. ([#469](https://github.com/optimizely/python-sdk/pull/469))
8+
- Resolved issues with Holdout impression event handling and notification delivery. ([#471](https://github.com/optimizely/python-sdk/pull/471))
9+
10+
---
11+
12+
313
## 5.3.0
414
November 13th, 2025
515

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (5, 3, 0)
14+
version_info = (5, 3, 1)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)