Skip to content

Commit a07000e

Browse files
committed
chore: bump version to 2.0.906
1 parent a28b3ed commit a07000e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@ Changelog
22
=========
33

44

5+
v2.0.906 (2022-04-15)
6+
---------------------
7+
- Feat(connection, application_name): set to calling module if
8+
unspecified. [Brooke White]
9+
- Docs(Connection, numeric_to_float): add disclaimer for precision
10+
tradeoffs. [Brooke White]
11+
- Feat(Connection, numeric_to_float): add connection option to convert
12+
numeric datatype to Python float. [Brooke White]
13+
- Chore(deps): update pytz requirement (#94) [dependabot[bot]]
14+
15+
Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version.
16+
- [Release notes](https://github.com/stub42/pytz/releases)
17+
- [Commits](https://github.com/stub42/pytz/compare/release_2020.1...release_2022.1)
18+
19+
---
20+
updated-dependencies:
21+
- dependency-name: pytz
22+
dependency-type: direct:production
23+
...
24+
25+
526
v2.0.905 (2022-03-07)
627
---------------------
728
- Fix(idp, BrowserAzureCredentialsProvider): remove client_secret

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.905"
5+
__version__ = "2.0.906"

0 commit comments

Comments
 (0)