Skip to content

Commit 35670c3

Browse files
committed
chore: bump version to 2.0.880
1 parent 73a54af commit 35670c3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog
22
=========
33

44

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+
513
v2.0.879 (2021-05-10)
614
---------------------
715
- Refactor(cursor, setinputsize): use named arguments. [Brooke White]

redshift_connector/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = "2.0.879"
5+
__version__ = "2.0.880"

0 commit comments

Comments
 (0)