Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit aeed822

Browse files
committed
Bump version 0.16.1 → 0.17.0
Breaking changes ---------------- * Drop Python 3.7 support Improvements ------------ * Bump dependencies: * `httpx >=0.21.3,<0.25.0`
1 parent cbd9f2c commit aeed822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fief_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
FiefUserInfo,
1515
)
1616

17-
__version__ = "0.16.1"
17+
__version__ = "0.17.0"
1818

1919
__all__ = [
2020
"Fief",

0 commit comments

Comments
 (0)