Skip to content

Commit 834d09e

Browse files
prep for 4.1.0 release
1 parent 42f6663 commit 834d09e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 4.1.0
4+
July 7th, 2022
5+
6+
### Bug Fixes
7+
* Fix error log formatting for flag key ([#381](https://github.com/optimizely/python-sdk/pull/381))
8+
* Fix invalid datafile returned from `ProjectConfig.to_datafile` and `OptimizelyConfig.get_datafile` ([#321](https://github.com/optimizely/python-sdk/pull/321), [#384](https://github.com/optimizely/python-sdk/pull/384))
9+
10+
311
## 4.0.0
412
January 12th, 2022
513

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 = (4, 0, 0)
14+
version_info = (4, 1, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)