We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430638d commit 4f70598Copy full SHA for 4f70598
src/__init__.py
@@ -27,7 +27,7 @@ def encode_in_py2(s):
27
from pymysqlreplication import BinLogStreamReader
28
from pymysqlreplication.row_event import DeleteRowsEvent, UpdateRowsEvent, WriteRowsEvent
29
30
-__version__ = '0.3.2'
+__version__ = '0.3.3'
31
32
33
# The magic spell for removing invalid characters in xml stream.
0 commit comments