File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff 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+
526v2.0.905 (2022-03-07)
627---------------------
728- Fix(idp, BrowserAzureCredentialsProvider): remove client_secret
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments