From 2665bb8c7c9d4d0dad0d8d4c9e9166baafa6649e Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Wed, 11 Feb 2026 02:24:46 +0530 Subject: [PATCH] Release 5.1.0 --- CHANGELOG.md | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dcf15c..3214334c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [5.1.0](https://github.com/auth0/auth0-python/tree/5.1.0) (2026-02-10) +## [5.1.0](https://github.com/auth0/auth0-python/tree/5.1.0) (2026-02-11) [Full Changelog](https://github.com/auth0/auth0-python/compare/5.0.0...5.1.0) **Fixed** diff --git a/README.md b/README.md index 652a5ac6..ab32bff1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The Auth0 Python library provides convenient access to the Auth0 APIs from Pytho ## Installation ```sh -pip install auth0-python==5.0.0 +pip install auth0-python ``` **Requirements:** diff --git a/pyproject.toml b/pyproject.toml index 46e3dfce..5a673255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auth0-python" [tool.poetry] name = "auth0-python" -version = "5.0.0" +version = "5.1.0" description = "Auth0 Python SDK - Management and Authentication APIs" readme = "README.md" authors = ["Auth0 "]