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

Commit fe3a6ee

Browse files
committed
Bump version 0.17.0 → 0.18.0
> **Warning** > > This version requires a Fief server version 0.26.0 Breaking changes ---------------- * The `update_profile` method can now only update user fields. New features ------------ * `change_password`, `email_change` and `email_verify` to change password, change and verify email_change. * ACR support for integrations.
1 parent b43fc6c commit fe3a6ee

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
@@ -16,7 +16,7 @@
1616
FiefUserInfo,
1717
)
1818

19-
__version__ = "0.17.0"
19+
__version__ = "0.18.0"
2020

2121
__all__ = [
2222
"Fief",

0 commit comments

Comments
 (0)