File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # Credits
2+
3+ ## Development Lead
4+
5+ * [ Quentin Coumes (Codoc)] ( https://github.com/qcoumes )
6+ * [ Andrea Chávez Herrejón (Codoc)] ( https://github.com/andreach2713 )
7+
8+ ### Contributors
9+
10+ * [ Vincent Lefoulon] ( https://github.com/Vayel )
11+
Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ### 2.1.0 (2025-05-20)
5+
6+ * Allow customization of JWT algorithms using ` jwt_algorithms ` when instantiating client
7+ ([ #7 ] ( https://github.com/Codoc-os/france-connect-py/pull/7 ) ),
8+ Contributed by [ Vayel] ( https://github.com/Vayel ) .
9+
10+
311# 2.0.0 (2024-10-07)
412
513* Initial release
Original file line number Diff line number Diff line change 2929
3030setup (
3131 name = 'france-connect-py' ,
32- version = '2.0 .0' ,
32+ version = '2.1 .0' ,
3333 description = "A Python client to handle communication with FranceConnect" ,
3434 long_description = LONG_DESCRIPTION ,
3535 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments