Skip to content

Commit

Permalink
Preparing for 3.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Nov 2, 2020
1 parent b6d96a7 commit 78f89d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Optimizely Python SDK Changelog

## 3.7.0
November 2nd, 2020

### New Features
* Added support for upcoming application-controlled introduction of tracking for non-experiment Flag decisions. [#300](https://github.com/optimizely/python-sdk/pull/300)

## 3.6.0
October 1st, 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, 6, 0)
version_info = (3, 7, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 78f89d0

Please sign in to comment.