Skip to content

Commit 60ab807

Browse files
[FSSDK-8954] chore: prep for 4.1.1 release (#421)
* prep for 4.1.1 release
1 parent f52e50d commit 60ab807

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
### Breaking Changes:
66
* `PollingConfigManager` now requires `sdk_key` even when providing a url. ([#413](https://github.com/optimizely/python-sdk/pull/413))
77

8+
## 4.1.1
9+
March 10th, 2023
10+
11+
We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#420](https://github.com/optimizely/python-sdk/pull/420))
12+
813
## 4.1.0
914
July 7th, 2022
1015

optimizely/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2020, 2022, Optimizely
1+
# Copyright 2016-2020, 2022-2023, Optimizely
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

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

0 commit comments

Comments
 (0)