File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely Python SDK Changelog
2
2
3
+ ## 3.6.0
4
+ October 1st, 2020
5
+
6
+ ### New Features:
7
+ * Version targeting using semantic version syntax. [ #293 ] ( https://github.com/optimizely/python-sdk/pull/293 )
8
+ * Datafile accessor API added to access current config as a JSON string. [ #283 ] ( https://github.com/optimizely/python-sdk/pull/283 )
9
+
10
+ ### Bug Fixes:
11
+ * Fixed package installation for Python 3.4 and pypy. [ #298 ] ( https://github.com/optimizely/python-sdk/pull/298 )
12
+
3
13
## 3.5.2
4
14
July 14th, 2020
5
15
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- version_info = (3 , 5 , 2 )
14
+ version_info = (3 , 6 , 0 )
15
15
__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments