Skip to content

Commit

Permalink
prep for 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleap-optimizely committed Jul 7, 2022
1 parent 42f6663 commit 834d09e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Optimizely Python SDK Changelog

## 4.1.0
July 7th, 2022

### Bug Fixes
* Fix error log formatting for flag key ([#381](https://github.com/optimizely/python-sdk/pull/381))
* 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))


## 4.0.0
January 12th, 2022

Expand Down
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

0 comments on commit 834d09e

Please sign in to comment.