File tree 4 files changed +11
-7
lines changed
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 84
84
* PyMYSQL 0.7
85
85
* Add more contributors
86
86
87
- 0.10 NOT YET RELEASED
87
+ 0.10 30/11/2016
88
88
* row-events: TIME is now encoded as python.timedelta
89
+ * Allow users to define ctl_connection_settings and the option to fail when table information is unavailable (#176)
90
+ * Decode gtid from network packet
91
+ * fixed count of fetched events
92
+ * unittest2 is only a test requirement
Original file line number Diff line number Diff line change @@ -309,9 +309,9 @@ Other contributors:
309
309
* Giacomo Lozito Explicit close stream connection on exception https://github.com/giacomolozito
310
310
* Giovanni F. MySQL 5.7 support https://github.com/26fe
311
311
* Igor Mastak intvar event https://github.com/mastak
312
- * Xie Zhenye fix: missing update _ next_seq_no https://github.com/xiezhenye
313
- * Abrar Sheikh: Time as mysql.timedelta
314
- * Keegan Parker secondary database for reference schema https://github.com/kdparker
312
+ * Xie Zhenye fix missing update _ next_seq_no https://github.com/xiezhenye
313
+ * Abrar Sheikh: Time as mysql.timedelta https://github.com/abrarsheikh
314
+ * Keegan Parker: secondary database for reference schema https://github.com/kdparker
315
315
316
316
Thanks to GetResponse for their support
317
317
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.9 '
51
+ version = '0.10 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.9 '
53
+ release = '0.10 '
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.9 "
37
+ version = "0.10 "
38
38
39
39
setup (
40
40
name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments