File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 144
144
0.22 20/09/2020
145
145
* Support PyMysql with a version greater than 0.9.3
146
146
* Fix handling of JSON literal values
147
+
148
+ 0.23 25/01/2021
149
+ * Add logic to handle inlined ints in large json documents
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.22 '
51
+ version = '0.23 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.22 '
53
+ release = '0.23 '
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.22 "
37
+ version = "0.23 "
38
38
39
39
setup (
40
40
name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments