Skip to content

Commit 272349e

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.1
1 parent e26e217 commit 272349e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.3.1 (2024-01-05)
6+
7+
### Fix
8+
9+
* fix: update httpx and other dev dependencies (#653) ([`e26e217`](https://github.com/supabase-community/supabase-py/commit/e26e2178d0b83ba2084cce82cd22fe8fce913800))
10+
11+
### Unknown
12+
13+
* Update MAINTAINERS.md (#651) ([`39f4aa8`](https://github.com/supabase-community/supabase-py/commit/39f4aa88dfed3b7329e7d13675735b013eb34d21))
14+
15+
* Update MAINTAINERS.md ([`fa03108`](https://github.com/supabase-community/supabase-py/commit/fa0310873132cceb32581e96f019300bfb644d5b))
16+
17+
518
## v2.3.0 (2023-12-15)
619

720
### Chore
821

22+
* chore(release): bump version to v2.3.0 ([`f340c08`](https://github.com/supabase-community/supabase-py/commit/f340c08189c917263c325dc989a00a3669ba29af))
23+
924
* chore: move roadmap below usage ([`52756a2`](https://github.com/supabase-community/supabase-py/commit/52756a2640199ef817897f91a973b24a95e26bd8))
1025

1126
### Feature

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

0 commit comments

Comments
 (0)