Skip to content

Commit 8d19929

Browse files
committed
chore: bump version to 2.0.903
1 parent 2aab6b5 commit 8d19929

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

44

5+
v2.0.903 (2022-01-10)
6+
---------------------
7+
- Feat(datatype, abstime): support abstime. [Brooke White]
8+
- Chore(tests): enable system table query tests in CI. [Brooke White]
9+
- Docs: add integrations, exception handling, resources. [Brooke White]
10+
- Chore: disable manual serverless tests. [Brooke White]
11+
- Feat(datatype, interval): support interval, timedelta. [Brooke White]
12+
- Feat(connection): support redshift serverless. [Brooke White]
13+
- Chore(deps): update requests requirement (#83) [dependabot[bot]]
14+
- Fix(connection): load system certificates (#76) [Brooke White]
15+
16+
fix(connection): load system certificates
17+
- Load system certificates in addition to redshift's cert. [evgenyx00]
18+
19+
520
v2.0.902 (2021-12-14)
621
---------------------
722
- Docs(paramstyle, named): fix example. [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.902"
5+
__version__ = "2.0.903"

0 commit comments

Comments
 (0)