Skip to content

Commit fbc9b5a

Browse files
committed
chore: bump version to 2.0.877
1 parent 60fa750 commit fbc9b5a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ Changelog
22
=========
33

44

5+
v2.0.877 (2021-03-29)
6+
---------------------
7+
- Fix(dependency): bump requests, beautifulsoup4, pytz. [Brooke White]
8+
- Docs: add docstrings for methods directly used methods. [Brooke White]
9+
- Docs(installation): clarify installation methods. [Brooke White]
10+
- Fix(docs): remove pesky \u200e from usage examples. [Brooke White]
11+
- Refactor(IdP): log error response of SAML request. [Brooke White]
12+
- Chore: add dev dependency docutils. [Brooke White]
13+
- Docs(datatype): supported Amazon Redshift datatypes and Python
14+
datatype counterpart. [Brooke White]
15+
- Docs(cursor, paramstyle): add explanation and examples. [Brooke White]
16+
- Fix(docs, connection-parameters): replace section header. [Brooke
17+
White]
18+
19+
520
v2.0.876 (2021-03-10)
621
---------------------
722
- Fix(dependency): bump max boto3, botocore version. [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.876"
5+
__version__ = "2.0.877"

0 commit comments

Comments
 (0)