Skip to content

Commit 7607cf4

Browse files
authored
Chore: prepare for 3.8.1 release (#329)
* chore: prepare for 3.8.1 release * fix: version 3.9.0 * fix: update date
1 parent 4470ca9 commit 7607cf4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## 3.9.0
4+
June 1st, 2021
5+
6+
### New Features
7+
* Added support for multiple concurrent prioritized experiments per flag. [#322](https://github.com/optimizely/python-sdk/pull/322)
8+
9+
310
## 3.8.0
411
February 12th, 2021
512

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

0 commit comments

Comments
 (0)