Skip to content

Commit

Permalink
chore: bump version to 2.0.903
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Jan 10, 2022
1 parent 2aab6b5 commit 8d19929
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ Changelog
=========


v2.0.903 (2022-01-10)
---------------------
- Feat(datatype, abstime): support abstime. [Brooke White]
- Chore(tests): enable system table query tests in CI. [Brooke White]
- Docs: add integrations, exception handling, resources. [Brooke White]
- Chore: disable manual serverless tests. [Brooke White]
- Feat(datatype, interval): support interval, timedelta. [Brooke White]
- Feat(connection): support redshift serverless. [Brooke White]
- Chore(deps): update requests requirement (#83) [dependabot[bot]]
- Fix(connection): load system certificates (#76) [Brooke White]

fix(connection): load system certificates
- Load system certificates in addition to redshift's cert. [evgenyx00]


v2.0.902 (2021-12-14)
---------------------
- Docs(paramstyle, named): fix example. [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.902"
__version__ = "2.0.903"

0 comments on commit 8d19929

Please sign in to comment.