Skip to content

Commit 5f860ac

Browse files
committed
chore(release): bump version to v0.7.1
Automatically generated by python-semantic-release
1 parent 36b71f3 commit 5f860ac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.7.1 (2022-10-11)
6+
### Fix
7+
* Resolve merge conflicts ([`36b71f3`](https://github.com/supabase-community/supabase-py/commit/36b71f3aab452e504fa400c629a8023661540e88))
8+
* Update packages and resolve security vuln ([`ec94092`](https://github.com/supabase-community/supabase-py/commit/ec94092189d0309fa4f1a7cfb6015ddacc1601c5))
9+
10+
**[See all commits in this version](https://github.com/supabase-community/supabase-py/compare/v0.7.0...v0.7.1)**
11+
512
## v0.7.0 (2022-10-10)
613
### Feature
714
* Add magic ([`9e9942b`](https://github.com/supabase-community/supabase-py/commit/9e9942b7e86314682ea4c98c9a0043bab78f18ad))

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "0.7.0"
3+
version = "0.7.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"]
66
homepage = "https://github.com/supabase-community/supabase-py"

Diff for: supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)