Skip to content

Commit 2493edb

Browse files
committed
chore: bump version to 2.0.881
1 parent 46fefc6 commit 2493edb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ Changelog
22
=========
33

44

5+
v2.0.881 (2021-05-19)
6+
---------------------
7+
- Test(connection, client_protocol_invalid_logs): disable flaky test.
8+
[Brooke White]
9+
- Test(datatype, geometryhex): ensure support for all protocols. [Brooke
10+
White]
11+
- Feat(datatype, geometryhex): support geometryhex. [Brooke White]
12+
- Test(connection, transfer-protocol): ensure system table queries
13+
execute. [Brooke White]
14+
- Chore(deps): update scramp requirement (#35) [dependabot[bot]]
15+
- Chore: update dependabot.yml prefix. [Brooke White]
16+
- Chore: fix dependabot.yml prefix. [Brooke White]
17+
- Chore: init dependabot.yml. [Brooke White]
18+
19+
520
v2.0.880 (2021-05-10)
621
---------------------
722
- Test(connection, transfer-protocol): modify conversion functions when

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
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.880"
5+
__version__ = "2.0.881"

0 commit comments

Comments
 (0)