File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,27 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
26
v2.0.905 (2022-03-07)
6
27
---------------------
7
28
- Fix(idp, BrowserAzureCredentialsProvider): remove client_secret
Original file line number Diff line number Diff line change 2
2
# 1) we don't load dependencies by storing it in __init__.py
3
3
# 2) we can import it in setup.py for the same reason
4
4
# 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