Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 24b9843

Browse files
chore(main): release 2.11.4 (#679)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2c601d commit 24b9843

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.11.3"
2+
".": "2.11.4"
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.4](https://github.com/supabase/auth-py/compare/v2.11.3...v2.11.4) (2025-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove unused deprecated files ([#675](https://github.com/supabase/auth-py/issues/675)) ([961628a](https://github.com/supabase/auth-py/commit/961628ada82c0ac4476e8cb89553b8502b506d81))
9+
310
## [2.11.3](https://github.com/supabase/auth-py/compare/v2.11.2...v2.11.3) (2025-01-30)
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.11.3" # {x-release-please-version}
3+
version = "2.11.4" # {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

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

0 commit comments

Comments
 (0)