Skip to content

Commit ee65975

Browse files
author
github-actions
committed
chore(release): bump version to v2.4.5
1 parent 5e8074a commit ee65975

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,23 @@
22

33

44

5+
## v2.4.5 (2024-05-01)
6+
7+
### Chore
8+
9+
* 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))
10+
11+
### Fix
12+
13+
* fix(deps-dev): commitizen from 3.24.0 to 3.25.0 (#788) ([`5e8074a`](https://github.com/supabase-community/supabase-py/commit/5e8074a0fffd757bf597b7d4a0d7f310011547c2))
14+
15+
516
## v2.4.4 (2024-05-01)
617

718
### Chore
819

20+
* chore(release): bump version to v2.4.4 ([`e2676ee`](https://github.com/supabase-community/supabase-py/commit/e2676ee0f4b9498f8f5512fda72bc3fdb7075250))
21+
922
* chore(deps-dev): bump python-semantic-release from 9.5.0 to 9.6.0 (#785) ([`fbbf3d5`](https://github.com/supabase-community/supabase-py/commit/fbbf3d5e3137d44bf252c753871c42cdf344a7f1))
1023

1124
* chore(deps-dev): bump pytest from 8.1.1 to 8.2.0 (#784) ([`f1727a0`](https://github.com/supabase-community/supabase-py/commit/f1727a005dbfadbab1b85a210ce7dbf820983851))

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.4"
3+
version = "2.4.5"
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.4"
1+
__version__ = "2.4.5"

0 commit comments

Comments
 (0)