File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
17
v2.1.2 (2024-06-19)
6
18
-------------------
7
19
- Temporarily reverted the following commit which caused connection
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.1.2 "
5
+ __version__ = "2.1.3 "
You can’t perform that action at this time.
0 commit comments