We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4470ca9 commit 7607cf4Copy full SHA for 7607cf4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Optimizely Python SDK Changelog
2
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
10
## 3.8.0
11
February 12th, 2021
12
optimizely/version.py
@@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
13
14
-version_info = (3, 8, 0)
+version_info = (3, 9, 0)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments