Skip to content

Commit dd7f212

Browse files
update per ali's comments
1 parent 9e4cfe9 commit dd7f212

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Optimizely Python SDK Changelog
22

33
## 3.6.0-beta
4-
September 21st, 2020
4+
September 22st, 2020
55

66
### 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).
99

1010
### 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).
1212

1313
## 3.5.2
1414
July 14th, 2020

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (3, 6, 0)
14+
version_info = (3, 6, '0-beta')
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)