Skip to content

Commit 2b1d68b

Browse files
chore: Preparing for 3.6.0 release (#301)
1 parent c78e3de commit 2b1d68b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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
414
July 14th, 2020
515

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, 5, 2)
14+
version_info = (3, 6, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)