Skip to content

Commit

Permalink
chore: Preparing for 3.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Oct 1, 2020
1 parent c78e3de commit 455241e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Optimizely Python SDK Changelog

## 3.6.0
October 1st, 2020

### New Features:
* Version targeting using semantic version syntax. [#293](https://github.com/optimizely/python-sdk/pull/293)
* Datafile accessor API added to access current config as a JSON string. [#283](https://github.com/optimizely/python-sdk/pull/283)

### Bug Fixes:
* Fixed package installation for Python 3.4 and pypy. [#298](https://github.com/optimizely/python-sdk/pull/298)

## 3.5.2
July 14th, 2020

Expand Down
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version_info = (3, 5, 2)
version_info = (3, 6, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 455241e

Please sign in to comment.