Skip to content

Commit

Permalink
chore: bump version to 2.0.900
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Nov 19, 2021
1 parent 47d6798 commit 857e01a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ Changelog
=========


v2.0.900 (2021-11-19)
---------------------
- Chore: update package classifiers. [Brooke White]
- Chore: support boto3>=1.9.201,<2.0.0, botocore>=1.12.201,<2.0.0.
[Brooke White]
- Refactor(test): code clean up. [Brooke White]
- Tests(plugin, adfs): run AdfsCredentialsProvider integration tests.
[Brooke White]
- Fix(docs): correct minimum supported Python version (#66) [Ramiro
Morales, Ramiro Morales]


v2.0.889 (2021-10-25)
---------------------
- Test(datatype, timetz): ensure tz is always utc. [Brooke White]
Expand Down
2 changes: 1 addition & 1 deletion redshift_connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = "2.0.889"
__version__ = "2.0.900"

0 comments on commit 857e01a

Please sign in to comment.