Skip to content

Commit 9357140

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.6
1 parent 5d04c4c commit 9357140

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,38 @@
22

33

44

5+
## v2.3.6 (2024-02-22)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump commitizen from 3.13.0 to 3.15.0 (#694)
10+
11+
Signed-off-by: dependabot[bot] <support@github.com>
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c881898`](https://github.com/supabase-community/supabase-py/commit/c88189862d6b1b4fa1639920dee141aee9198014))
13+
14+
* chore(deps-dev): bump black from 23.12.1 to 24.2.0 (#687)
15+
16+
Signed-off-by: dependabot[bot] <support@github.com>
17+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`98face3`](https://github.com/supabase-community/supabase-py/commit/98face304a6afa7a91a97cf9b92977034e9b92af))
18+
19+
* chore(deps-dev): bump pytest from 8.0.0 to 8.0.1 (#692)
20+
21+
Signed-off-by: dependabot[bot] <support@github.com>
22+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`45a9ffd`](https://github.com/supabase-community/supabase-py/commit/45a9ffd01d7c7a0b5fef124fd77be8ab23aa9541))
23+
24+
### Fix
25+
26+
* fix: Export Core Supabase Classes and Functions Explicitly via __all__ (#691)
27+
28+
Co-authored-by: Andrew Smith <a.smith@silentworks.co.uk> ([`5d04c4c`](https://github.com/supabase-community/supabase-py/commit/5d04c4c7612a55d8a58a9df54afa4cc13a54b918))
29+
30+
531
## v2.3.5 (2024-02-15)
632

733
### Chore
834

35+
* chore(release): bump version to v2.3.5 ([`2bd19f3`](https://github.com/supabase-community/supabase-py/commit/2bd19f3c86cd0679c3ea335a3d02c3e160175880))
36+
937
* chore(deps-dev): bump pytest from 7.4.4 to 8.0.0 (#677)
1038

1139
Signed-off-by: dependabot[bot] <support@github.com>

pyproject.toml

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

supabase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.5"
1+
__version__ = "2.3.6"

0 commit comments

Comments
 (0)