File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
20
v2.0.876 (2021-03-10)
6
21
---------------------
7
22
- Fix(dependency): bump max boto3, botocore version. [ 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.876 "
5
+ __version__ = "2.0.877 "
You can’t perform that action at this time.
0 commit comments