Skip to content

Commit

Permalink
chore(main): release 2.7.0 (#576)
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 16, 2024
1 parent 23c1168 commit 54158a6
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.6.2"
".": "2.7.0"
}
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.0](https://github.com/supabase/auth-py/compare/v2.6.2...v2.7.0) (2024-08-16)


### Features

* add error codes ([#556](https://github.com/supabase/auth-py/issues/556)) ([05dfb8a](https://github.com/supabase/auth-py/commit/05dfb8aadeb3a3321fbcc01c0e3fe8ce49f3cccd))

## v2.6.2 (2024-08-09)

### Chore
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.6.2" # {x-release-please-version}
version = "2.7.0" # {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.6.2" # {x-release-please-version}
__version__ = "2.7.0" # {x-release-please-version}

0 comments on commit 54158a6

Please sign in to comment.