Skip to content

Commit b1d5392

Browse files
Release 0.10
1 parent 443a748 commit b1d5392

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG

+5-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,9 @@
8484
* PyMYSQL 0.7
8585
* Add more contributors
8686

87-
0.10 NOT YET RELEASED
87+
0.10 30/11/2016
8888
* 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

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ Other contributors:
309309
* Giacomo Lozito Explicit close stream connection on exception https://github.com/giacomolozito
310310
* Giovanni F. MySQL 5.7 support https://github.com/26fe
311311
* 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
315315

316316
Thanks to GetResponse for their support
317317

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.9'
51+
version = '0.10'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.9'
53+
release = '0.10'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(self):
3434
unittest.main(tests, argv=sys.argv[:1])
3535

3636

37-
version = "0.9"
37+
version = "0.10"
3838

3939
setup(
4040
name="mysql-replication",

0 commit comments

Comments
 (0)