Skip to content

Commit

Permalink
Chore: prepare for 3.8.1 release (#329)
Browse files Browse the repository at this point in the history
* chore: prepare for 3.8.1 release

* fix: version 3.9.0

* fix: update date
  • Loading branch information
Mat001 committed Jun 1, 2021
1 parent 4470ca9 commit 7607cf4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Optimizely Python SDK Changelog

## 3.9.0
June 1st, 2021

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


## 3.8.0
February 12th, 2021

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

0 comments on commit 7607cf4

Please sign in to comment.