Skip to content

Commit f73e0a1

Browse files
Prepare 0.23 release
1 parent 17c7085 commit f73e0a1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,6 @@
144144
0.22 20/09/2020
145145
* Support PyMysql with a version greater than 0.9.3
146146
* Fix handling of JSON literal values
147+
148+
0.23 25/01/2021
149+
* Add logic to handle inlined ints in large json documents

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.22'
51+
version = '0.23'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.22'
53+
release = '0.23'
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.22"
37+
version = "0.23"
3838

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

0 commit comments

Comments
 (0)