Skip to content

Commit 581015e

Browse files
chore(main): release 2.11.0
1 parent f435736 commit 581015e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.10.0"
2+
".": "2.11.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [2.11.0](https://github.com/supabase/auth-py/compare/v2.10.0...v2.11.0) (2024-11-10)
4+
5+
6+
### Features
7+
8+
* Check if token is a JWT ([#623](https://github.com/supabase/auth-py/issues/623)) ([f435736](https://github.com/supabase/auth-py/commit/f435736de16dfa68543e76861c2742ca46c05cf6))
9+
310
## [2.10.0](https://github.com/supabase/auth-py/compare/v2.9.3...v2.10.0) (2024-11-03)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_auth"
3-
version = "2.10.0" # {x-release-please-version}
3+
version = "2.11.0" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = ["Joel Lee <joel@joellee.org>"]
66
homepage = "https://github.com/supabase/auth-py"

supabase_auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.0" # {x-release-please-version}
1+
__version__ = "2.11.0" # {x-release-please-version}

0 commit comments

Comments
 (0)