Skip to content

Commit c80c3ff

Browse files
committed
chore(release): bump version to v0.7.1
Automatically generated by python-semantic-release
1 parent d5a97da commit c80c3ff

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.7.1 (2022-01-04)
6+
### Performance
7+
* Sync configurations with gotrue-py ([#66](https://github.com/supabase-community/postgrest-py/issues/66)) ([`d5a97da`](https://github.com/supabase-community/postgrest-py/commit/d5a97daad42a431b2d36f16e3969b38b9dded288))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/postgrest-py/compare/v0.7.0...v0.7.1)**
10+
511
### v0.5.0
612

713
#### Features

postgrest_py/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.7.0"
3+
__version__ = "0.7.1"
44

55
from ._async.client import AsyncPostgrestClient
66
from ._async.request_builder import (

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "postgrest-py"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>"]
66
homepage = "https://github.com/supabase/postgrest-py"

0 commit comments

Comments
 (0)