Skip to content

Commit 8e66321

Browse files
chore(main): release 2.11.3
1 parent 81a9d9e commit 8e66321

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.2"
2+
".": "2.11.3"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [2.11.3](https://github.com/supabase/auth-py/compare/v2.11.2...v2.11.3) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* sign_out not clearing session when exception raised ([#665](https://github.com/supabase/auth-py/issues/665)) ([81a9d9e](https://github.com/supabase/auth-py/commit/81a9d9e5de91a515766d79a4e0a13d9f89cbfaf4))
9+
310
## [2.11.2](https://github.com/supabase/auth-py/compare/v2.11.1...v2.11.2) (2025-01-24)
411

512

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_auth"
3-
version = "2.11.2" # {x-release-please-version}
3+
version = "2.11.3" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase/auth-py"

supabase_auth/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.2" # {x-release-please-version}
1+
__version__ = "2.11.3" # {x-release-please-version}

0 commit comments

Comments
 (0)