File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 106106 first one in the stream used to be a duplicate on reconnection, this is no
107107 longer the case).
108108* Fix struct.pack in ReportSlave (#194)
109+
110+ 0.14 11/09/2017
111+ * binlogstream: only_tables requires row binlog_format (#209)
112+ * Add implementation of read_int32 (#213)
113+ * fix formatting of GTIDs under py3 (#227)
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.13 '
51+ version = '0.14 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.13 '
53+ release = '0.14 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run(self):
3434 unittest .main (tests , argv = sys .argv [:1 ])
3535
3636
37- version = "0.13 "
37+ version = "0.14 "
3838
3939setup (
4040 name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments