Skip to content

Commit

Permalink
chore(release): bump version to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 1, 2023
1 parent 344850d commit f76ac69
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@



## v2.0.3 (2023-11-01)

### Fix

* fix: add flow_type to client options (#610) ([`344850d`](https://github.com/supabase-community/supabase-py/commit/344850d60ce06996f46242421665b4044f0ebb73))

* fix: add flow_type to client options ([`f1d8cba`](https://github.com/supabase-community/supabase-py/commit/f1d8cbaab5cce1defe067b698a003f234731e95d))


## v2.0.2 (2023-11-01)

### Chore

* chore(release): bump version to v2.0.2 ([`ca79bbd`](https://github.com/supabase-community/supabase-py/commit/ca79bbdc614f0aea0b61e7a194e9ea6d4c12a01d))

### Fix

* fix: gotrue-py version update (#609) ([`a7502b1`](https://github.com/supabase-community/supabase-py/commit/a7502b156c9c943b5b17620c5d0f9c7ab25ea8ab))
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.0.2"
version = "2.0.3"
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-community/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.0.2"
__version__ = "2.0.3"

0 comments on commit f76ac69

Please sign in to comment.