Skip to content

Commit 8468c2e

Browse files
author
semantic-release
committed
chore(release): bump version to v2.4.6
1 parent 46c201f commit 8468c2e

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,35 @@
22

33

44

5+
## v2.4.6 (2024-05-22)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory (#804) ([`2972d76`](https://github.com/supabase-community/supabase-py/commit/2972d760870f1583ffdfe20e6b7b0f9f52c239eb))
10+
11+
* chore(deps-dev): bump commitizen from 3.25.0 to 3.26.0 (#803) ([`ee0cc80`](https://github.com/supabase-community/supabase-py/commit/ee0cc8063e312b7fe0d282e04692093672133b97))
12+
13+
* chore(deps-dev): bump pytest from 8.2.0 to 8.2.1 (#802) ([`5f87f29`](https://github.com/supabase-community/supabase-py/commit/5f87f29bf575190ceaa31a12402f0b64fde9cb03))
14+
15+
* chore(deps-dev): bump python-semantic-release from 9.7.1 to 9.7.3 (#800) ([`1a81218`](https://github.com/supabase-community/supabase-py/commit/1a81218e53b3e40e9933ee79e97fbe1b6923f454))
16+
17+
* chore(deps): bump python-semantic-release/python-semantic-release from 9.7.1 to 9.7.3 (#799) ([`ef184a8`](https://github.com/supabase-community/supabase-py/commit/ef184a86502e88bf2b1d4263ddfb3c89d8f47a32))
18+
19+
* chore(deps-dev): bump python-semantic-release from 9.6.0 to 9.7.1 (#795) ([`fee2b5e`](https://github.com/supabase-community/supabase-py/commit/fee2b5e7ea013d06fb4e0dc6492ec053974fba10))
20+
21+
* chore(deps): bump python-semantic-release/python-semantic-release from 9.6.0 to 9.7.1 (#794) ([`18e0743`](https://github.com/supabase-community/supabase-py/commit/18e0743fd1a33d71443d7a25d43ae7995c80f977))
22+
23+
### Fix
24+
25+
* fix: refactor create_client functions to call constructor directly (#805) ([`46c201f`](https://github.com/supabase-community/supabase-py/commit/46c201f8f52ce26f66bf5a22e4702785b2aa2be0))
26+
27+
528
## v2.4.5 (2024-05-01)
629

730
### Chore
831

32+
* chore(release): bump version to v2.4.5 ([`ee65975`](https://github.com/supabase-community/supabase-py/commit/ee659752b3142a8d958f455d1c3fde17887d5a65))
33+
934
* chore(deps): bump python-semantic-release/python-semantic-release from 9.5.0 to 9.6.0 (#787) ([`719e43b`](https://github.com/supabase-community/supabase-py/commit/719e43b33df63447796ac27195bbf6374acaa984))
1035

1136
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.4.5"
3+
version = "2.4.6"
44
description = "Supabase client for Python."
55
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]>"]
66
homepage = "https://github.com/supabase-community/supabase-py"

supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.5"
1+
__version__ = "2.4.6"

0 commit comments

Comments
 (0)