Skip to content

Commit 857e01a

Browse files
committed
chore: bump version to 2.0.900
1 parent 47d6798 commit 857e01a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ Changelog
22
=========
33

44

5+
v2.0.900 (2021-11-19)
6+
---------------------
7+
- Chore: update package classifiers. [Brooke White]
8+
- Chore: support boto3>=1.9.201,<2.0.0, botocore>=1.12.201,<2.0.0.
9+
[Brooke White]
10+
- Refactor(test): code clean up. [Brooke White]
11+
- Tests(plugin, adfs): run AdfsCredentialsProvider integration tests.
12+
[Brooke White]
13+
- Fix(docs): correct minimum supported Python version (#66) [Ramiro
14+
Morales, Ramiro Morales]
15+
16+
517
v2.0.889 (2021-10-25)
618
---------------------
719
- Test(datatype, timetz): ensure tz is always utc. [Brooke White]

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
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.889"
5+
__version__ = "2.0.900"

0 commit comments

Comments
 (0)