Skip to content

Commit

Permalink
chore(main): release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 31, 2025
1 parent 8c5d48f commit 67dce72
Show file tree
Hide file tree
Showing 4 changed files with 16 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.12.0"
".": "2.13.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## [2.13.0](https://github.com/supabase/supabase-py/compare/v2.12.0...v2.13.0) (2025-01-31)


### Features

* **realtime:** bump realtime from 2.2.0 to 2.3.0 ([#1049](https://github.com/supabase/supabase-py/issues/1049)) ([2347401](https://github.com/supabase/supabase-py/commit/23474017701560c361e3cb2d8fe49f238a8fc9d0))


### Bug Fixes

* **storage:** bump storage3 from 0.11.1 to 0.11.3 ([#1050](https://github.com/supabase/supabase-py/issues/1050)) ([8c5d48f](https://github.com/supabase/supabase-py/commit/8c5d48f51f21658cf1e495d0e9f01906b5040fbd))
* update SupabaseAuthClient to use super instead of calling base class ([#1045](https://github.com/supabase/supabase-py/issues/1045)) ([3efb4a6](https://github.com/supabase/supabase-py/commit/3efb4a678b6f2585622d1870410445e74e2b6c49))

## [2.12.0](https://github.com/supabase/supabase-py/compare/v2.11.0...v2.12.0) (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"
version = "2.12.0" # {x-release-please-version}
version = "2.13.0" # {x-release-please-version}
description = "Supabase client for Python."
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand", "Andrew Smith <[email protected]>"]
homepage = "https://github.com/supabase/supabase-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.12.0" # {x-release-please-version}
__version__ = "2.13.0" # {x-release-please-version}

0 comments on commit 67dce72

Please sign in to comment.