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

Commit 05a17b6

Browse files
committed
Bump version 0.18.6 → 0.19.0
Bug fixes and improvements -------------------------- * CLI integration: replace `halo` by `yaspin` to display spinner, to avoids depreciation warning. Thanks @johnson2427 and @fubuloubu 🎉 * Bump dependencies: * `httpx >=0.21.3,<0.28.0`
1 parent 8d5d1ce commit 05a17b6

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
@@ -17,7 +17,7 @@
1717
FiefUserInfo,
1818
)
1919

20-
__version__ = "0.18.6"
20+
__version__ = "0.19.0"
2121

2222
__all__ = [
2323
"Fief",

0 commit comments

Comments
 (0)