Skip to content

Commit 5e3e1df

Browse files
Release 0.19
1 parent 232e74b commit 5e3e1df

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,9 @@
125125

126126
0.18 01/03/2018
127127
* bubble up protocol errors
128+
129+
0.19 29/04/2019
130+
* Fix Insert NULL in a boolean column returns no rows #288
131+
* Added empty string support for enum
132+
* Fix column order
133+
* Fix float problem about time fieldtype

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

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

0 commit comments

Comments
 (0)