Skip to content

Commit

Permalink
Merge 1ced53b into 62c00f3
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Dec 16, 2019
2 parents 62c00f3 + 1ced53b commit d5dbd64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Optimizely Python SDK Changelog

## 3.3.1
December 16th, 2019

### Bug Fixes:
* Fixed [installation issue](https://github.com/optimizely/python-sdk/issues/220) on Windows. ([#224](https://github.com/optimizely/python-sdk/pull/224))
* Fixed batch event processor deadline reset issue. ([#227](https://github.com/optimizely/python-sdk/pull/227))
* Added more batch event processor debug messages. ([#227](https://github.com/optimizely/python-sdk/pull/227))

## 3.3.0
October 28th, 2019

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

0 comments on commit d5dbd64

Please sign in to comment.