Skip to content

Commit

Permalink
chore(main): release 2.11.3 (#669)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
1 parent 4745ef0 commit 5629c2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.2"
".": "2.11.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [2.11.3](https://github.com/supabase/auth-py/compare/v2.11.2...v2.11.3) (2025-01-30)


### Bug Fixes

* move redirect_to into metadata for SSO authentication ([#671](https://github.com/supabase/auth-py/issues/671)) ([6226426](https://github.com/supabase/auth-py/commit/6226426c59449d2cd57765b9dfd199e83089dd8c))
* 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))

## [2.11.2](https://github.com/supabase/auth-py/compare/v2.11.1...v2.11.2) (2025-01-24)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "supabase_auth"
version = "2.11.2" # {x-release-please-version}
version = "2.11.3" # {x-release-please-version}
description = "Python Client Library for Supabase Auth"
authors = ["Joel Lee <[email protected]>"]
homepage = "https://github.com/supabase/auth-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase_auth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.11.2" # {x-release-please-version}
__version__ = "2.11.3" # {x-release-please-version}

0 comments on commit 5629c2c

Please sign in to comment.