From 6bd2dd737b93c25dcc3e6b0c19f6f3c27605d1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Fri, 6 Dec 2024 11:24:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.15.1=20=E2=86=92=200.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New features ------------ * Implement `get_profile` method on OAuth2 clients to retrieve raw profile data. --- 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 2e79518..7125870 100644 --- a/httpx_oauth/__init__.py +++ b/httpx_oauth/__init__.py @@ -1,3 +1,3 @@ """Async OAuth client using HTTPX.""" -__version__ = "0.15.1" +__version__ = "0.16.0"