File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 28
28
29
29
0.4.1 01/09/2014
30
30
* Fix missing commit for GTID in 0.4 release
31
+
32
+ 0.5 28/09/2014
33
+ * Remove default server id
34
+ * Performances improvements
35
+ * Allow filter events by schema and tables
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.4 '
51
+ version = '0.5 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.4.1 '
53
+ release = '0.5 '
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 @@ -30,7 +30,7 @@ def run(self):
30
30
unittest .main (tests , argv = sys .argv [:1 ])
31
31
32
32
33
- version = "0.4.1 "
33
+ version = "0.5 "
34
34
35
35
setup (
36
36
name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments