File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely Python SDK Changelog
2
2
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
+
3
11
## 3.3.0
4
12
October 28th, 2019
5
13
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- version_info = (3 , 3 , 0 )
14
+ version_info = (3 , 3 , 1 )
15
15
__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments