Skip to content

Commit 4935717

Browse files
Chore(release): Prepare for v3.9.1 release (#349)
* chore(release): Preparing for 3.9.1 release * Bump version to 3.9.1. * Update changelog to reflect impression event fix and PR.
1 parent 4b324d0 commit 4935717

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Optimizely Python SDK Changelog
22

3+
## 3.9.1
4+
July 14th, 2021
5+
6+
### Bug Fixes:
7+
* Fixed issue with serving incorrect variation in projects containing multiple flags with duplicate keys. [#347] (https://github.com/optimizely/python-sdk/pull/347)
8+
* Fixed issue with serving incorrect variation in create_impression_event in user_event_factory.py. [#350] (https://github.com/optimizely/python-sdk/pull/350)
9+
310
## 3.9.0
411
June 1st, 2021
512

613
### New Features
714
* Added support for multiple concurrent prioritized experiments per flag. [#322](https://github.com/optimizely/python-sdk/pull/322)
815

9-
1016
## 3.8.0
1117
February 12th, 2021
1218

optimizely/version.py

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

0 commit comments

Comments
 (0)