File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
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
+
5
11
### v0.5.0
6
12
7
13
#### Features
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.7.0 "
3
+ __version__ = "0.7.1 "
4
4
5
5
from ._async .client import AsyncPostgrestClient
6
6
from ._async .request_builder import (
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " postgrest-py"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
description = " PostgREST client for Python. This library provides an ORM interface to PostgREST."
5
5
authors = [" Lương Quang Mạnh <luongquangmanh85@gmail.com>" ]
6
6
homepage = " https://github.com/supabase/postgrest-py"
You can’t perform that action at this time.
0 commit comments