File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ Changelog
22=========
33
44
5+ v2.0.909 (2022-09-22)
6+ ---------------------
7+ - Bump version to 2.0.909. [ Brooke White]
8+ - Refactor: use importlib instead of pkg_resources. [ Brooke White]
9+ - Refactor(Connection, handle_PARAMETER_STATUS): comply with PEP 632.
10+ [ Brooke White]
11+ - Chore: add dependency on setuptools. [ Brooke White]
12+ - Chore: release constraints on max version for pytz and requests (#119 )
13+ [ Pierre Souchay, Pierre Souchay]
14+
15+ Fix https://github.com/aws/amazon-redshift-python-driver/issues/118
16+ - Docs(tutorials): fix serverless iam example. [ Brooke White]
17+
18+
519v2.0.908 (2022-06-30)
620---------------------
721- Docs(connection, serverless): add new connection params. [ Brooke
Original file line number Diff line number Diff line change 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.908 "
5+ __version__ = "2.0.909 "
You can’t perform that action at this time.
0 commit comments