From fbc9b5a0ac8332e219d09885b035a81736bde786 Mon Sep 17 00:00:00 2001 From: Brooke White Date: Mon, 29 Mar 2021 11:57:10 -0700 Subject: [PATCH] chore: bump version to 2.0.877 --- CHANGELOG.md | 15 +++++++++++++++ redshift_connector/version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bce139..92f06ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Changelog ========= +v2.0.877 (2021-03-29) +--------------------- +- Fix(dependency): bump requests, beautifulsoup4, pytz. [Brooke White] +- Docs: add docstrings for methods directly used methods. [Brooke White] +- Docs(installation): clarify installation methods. [Brooke White] +- Fix(docs): remove pesky \u200e from usage examples. [Brooke White] +- Refactor(IdP): log error response of SAML request. [Brooke White] +- Chore: add dev dependency docutils. [Brooke White] +- Docs(datatype): supported Amazon Redshift datatypes and Python + datatype counterpart. [Brooke White] +- Docs(cursor, paramstyle): add explanation and examples. [Brooke White] +- Fix(docs, connection-parameters): replace section header. [Brooke + White] + + v2.0.876 (2021-03-10) --------------------- - Fix(dependency): bump max boto3, botocore version. [Brooke White] diff --git a/redshift_connector/version.py b/redshift_connector/version.py index b66e26f..e8cf7fc 100644 --- a/redshift_connector/version.py +++ b/redshift_connector/version.py @@ -2,4 +2,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = "2.0.876" +__version__ = "2.0.877"