File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
19
v2.0.908 (2022-06-30)
6
20
---------------------
7
21
- Docs(connection, serverless): add new connection params. [ Brooke
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.908 "
5
+ __version__ = "2.0.909 "
You can’t perform that action at this time.
0 commit comments