Skip to content

Commit

Permalink
chore(main): release 2.7.1 (#897)
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 Aug 16, 2024
1 parent 579f499 commit bc582b0
Show file tree
Hide file tree
Showing 4 changed files with 10 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.0"
".": "2.7.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [2.7.1](https://github.com/supabase/supabase-py/compare/v2.7.0...v2.7.1) (2024-08-16)


### Bug Fixes

* remove old SupabaseRealtimeClient import ([#896](https://github.com/supabase/supabase-py/issues/896)) ([579f499](https://github.com/supabase/supabase-py/commit/579f49970a01036bd0cba67a2b58b49c62876b33))

## [2.7.0](https://github.com/supabase/supabase-py/compare/v2.6.0...v2.7.0) (2024-08-16)


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.0" # {x-release-please-version}
version = "2.7.1" # {x-release-please-version}
description = "Supabase client for Python."
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand", "Andrew Smith <a.smith@silentworks.co.uk>"]
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.0" # {x-release-please-version}
__version__ = "2.7.1" # {x-release-please-version}

0 comments on commit bc582b0

Please sign in to comment.