File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely Python SDK Changelog
2
2
3
3
## 3.6.0-beta
4
- September 21st , 2020
4
+ September 22st , 2020
5
5
6
6
### New Features:
7
- * Version targeting using semantic version syntax [ #293 ] ( https://github.com/optimizely/python-sdk/pull/293 )
8
- * Datafile accessor [ #283 ] ( https://github.com/optimizely/python-sdk/pull/283 )
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
9
10
10
### Bug Fixes:
11
- * Fixed package installation for Python 3.4 and pypy [ #298 ] ( https://github.com/optimizely/python-sdk/pull/298 )
11
+ * Fixed package installation for Python 3.4 and pypy [ #298 ] ( https://github.com/optimizely/python-sdk/pull/298 ) .
12
12
13
13
## 3.5.2
14
14
July 14th, 2020
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 , 6 , 0 )
14
+ version_info = (3 , 6 , '0-beta' )
15
15
__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments