From 07f2e8a490962543ff295992fc10f2305a02fc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Thu, 1 Feb 2024 09:16:23 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.13.1=20=E2=86=92=200.13.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes and improvements -------------------------- * Fix #317: GitHub client returns the primary email by default. Thanks @lloesche 🎉 * Bump dependencies: * `httpx >=0.18,<0.27` --- httpx_oauth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpx_oauth/__init__.py b/httpx_oauth/__init__.py index 58feece..e19e19c 100644 --- a/httpx_oauth/__init__.py +++ b/httpx_oauth/__init__.py @@ -1,3 +1,3 @@ """Async OAuth client using HTTPX.""" -__version__ = "0.13.1" +__version__ = "0.13.2"