File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.0.880 (2021-05-10)
6
+ ---------------------
7
+ - Test(connection, transfer-protocol): modify conversion functions when
8
+ server version < client requests. [ Brooke White]
9
+ - Fix(connection, transfer-protocol): modify conversion functions when
10
+ server version < client requests. [ Brooke White]
11
+
12
+
5
13
v2.0.879 (2021-05-10)
6
14
---------------------
7
15
- Refactor(cursor, setinputsize): use named arguments. [ Brooke White]
Original file line number Diff line number Diff line change 2
2
# 1) we don't load dependencies by storing it in __init__.py
3
3
# 2) we can import it in setup.py for the same reason
4
4
# 3) we can import it into your module module
5
- __version__ = "2.0.879 "
5
+ __version__ = "2.0.880 "
You can’t perform that action at this time.
0 commit comments