Skip to content

Commit

Permalink
Bump version 0.13.1 → 0.13.2
Browse files Browse the repository at this point in the history
Bug fixes and improvements
--------------------------

* Fix #317: GitHub client returns the primary email by default. Thanks @lloesche 🎉
* Bump dependencies:
  * `httpx >=0.18,<0.27`
  • Loading branch information
frankie567 committed Feb 1, 2024
1 parent 44e4a9e commit 07f2e8a
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.13.1"
__version__ = "0.13.2"

0 comments on commit 07f2e8a

Please sign in to comment.