Skip to content

Commit 9227d05

Browse files
committed
bump version to 2.0.909
1 parent 7e4f81a commit 9227d05

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff 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+
519
v2.0.908 (2022-06-30)
620
---------------------
721
- Docs(connection, serverless): add new connection params. [Brooke

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.908"
5+
__version__ = "2.0.909"

0 commit comments

Comments
 (0)