Skip to content

Commit 0d39e94

Browse files
committed
chore: bump version to 2.0.901
1 parent 1e59dfb commit 0d39e94

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Changelog
22
=========
33

44

5+
v2.0.901 (2021-12-06)
6+
---------------------
7+
- Refactor(test, paramstyle): adjust to order result set. [Brooke White]
8+
- Test(iam, aws_credentials): allow aws creds from env var. [Brooke
9+
White]
10+
- Fix(iam, aws_credentials): allow aws credentials from env var. [Brooke
11+
White]
12+
- Test(paramstyle): add integration tests, rework. [Brooke White]
13+
- Fix(paramstyle): resolve issue with pyformat. [Brooke White]
14+
15+
516
v2.0.900 (2021-11-19)
617
---------------------
718
- Chore: update package classifiers. [Brooke White]

Diff for: 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.900"
5+
__version__ = "2.0.901"

0 commit comments

Comments
 (0)