Skip to content

Commit d0232e1

Browse files
committed
ci: Bump to 2.1.0
1 parent a01480f commit d0232e1

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

AUTHORS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
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',

0 commit comments

Comments
 (0)