File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 111
111
* binlogstream: only_tables requires row binlog_format (#209)
112
112
* Add implementation of read_int32 (#213)
113
113
* fix formatting of GTIDs under py3 (#227)
114
+
115
+ 0.15 11/09/2017
116
+ * event: fixup gtid serialization
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.14 '
51
+ version = '0.15 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.14 '
53
+ release = '0.15 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run(self):
34
34
unittest .main (tests , argv = sys .argv [:1 ])
35
35
36
36
37
- version = "0.14 "
37
+ version = "0.15 "
38
38
39
39
setup (
40
40
name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments