Skip to content

Commit

Permalink
Bump version 0.14.0 → 0.14.1
Browse files Browse the repository at this point in the history
Bug fixes
---------

* Handle GitHub refresh tokens errors not following the standard.
  • Loading branch information
frankie567 committed Apr 17, 2024
1 parent 5bc4b44 commit 872a184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx_oauth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Async OAuth client using HTTPX."""

__version__ = "0.14.0"
__version__ = "0.14.1"

0 comments on commit 872a184

Please sign in to comment.