Skip to content

Commit d57e068

Browse files
chore(release): Bumping version for release (#225)
* Bumping version for release * Updating CHANGELOG * add debug pr to list for change log
1 parent 62c00f3 commit d57e068

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Optimizely Python SDK Changelog
22

3+
## 3.3.1
4+
December 16th, 2019
5+
6+
### Bug Fixes:
7+
* Fixed [installation issue](https://github.com/optimizely/python-sdk/issues/220) on Windows. ([#224](https://github.com/optimizely/python-sdk/pull/224))
8+
* Fixed batch event processor deadline reset issue. ([#227](https://github.com/optimizely/python-sdk/pull/227))
9+
* Added more batch event processor debug messages. ([#227](https://github.com/optimizely/python-sdk/pull/227))
10+
311
## 3.3.0
412
October 28th, 2019
513

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

0 commit comments

Comments
 (0)