File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ Changelog
22=========
33
44
5+ v2.1.3 (2024-07-31)
6+ -------------------
7+ - Added support for a new browser authentication plugin called
8+ BrowserIdcAuthPlugin to facilitate single-sign-on integration with AWS
9+ IAM Identity Center. [ Brooke White]
10+ - Chore: publish inline type annotations (#224 ) [ James Dow, James Dow]
11+
12+ Allow inline type hints to be packaged and distributed
13+ following PEP561 specification
14+ https://peps.python.org/pep-0561/#specification
15+
16+
517v2.1.2 (2024-06-19)
618-------------------
719- Temporarily reverted the following commit which caused connection
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.1.2 "
5+ __version__ = "2.1.3 "
You can’t perform that action at this time.
0 commit comments