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 11# Optimizely Python SDK Changelog
22
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+
313## 3.5.2
414July 14th, 2020
515
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313
14- version_info = (3 , 5 , 2 )
14+ version_info = (3 , 6 , 0 )
1515__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments