Skip to content

Commit

Permalink
chore(main): release 2.7.3 (#907)
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] committed Aug 22, 2024
1 parent 495ae1d commit 0d854dd
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.7.2"
".": "2.7.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.7.3](https://github.com/supabase/supabase-py/compare/v2.7.2...v2.7.3) (2024-08-22)


### Bug Fixes

* bump postgrest from 0.16.10 to 0.16.11 ([#910](https://github.com/supabase/supabase-py/issues/910)) ([495ae1d](https://github.com/supabase/supabase-py/commit/495ae1d8f8d95c1daac68110040c49734846a499))
* bump realtime from 2.0.1 to 2.0.2 ([#906](https://github.com/supabase/supabase-py/issues/906)) ([d81e2dc](https://github.com/supabase/supabase-py/commit/d81e2dc0fdd65b8808b7b905a3ab2c84b650fa2a))

## [2.7.2](https://github.com/supabase/supabase-py/compare/v2.7.1...v2.7.2) (2024-08-19)


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.7.2" # {x-release-please-version}
version = "2.7.3" # {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.7.2" # {x-release-please-version}
__version__ = "2.7.3" # {x-release-please-version}

0 comments on commit 0d854dd

Please sign in to comment.