File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 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.9.1 (2022-03-08)
6
+ ### Fix
7
+ * Fix APIError ([ #97 ] ( https://github.com/supabase-community/postgrest-py/issues/97 ) ) ([ ` ff29024 ` ] ( https://github.com/supabase-community/postgrest-py/commit/ff290240cf9364902ffca19e854604d6a40770f9 ) )
8
+
9
+ ** [ See all commits in this version] ( https://github.com/supabase-community/postgrest-py/compare/v0.9.0...v0.9.1 ) **
10
+
5
11
## v0.9.0 (2022-02-19)
6
12
### Feature
7
13
* Export APIError and APIResponse ([ ` 83e7799 ` ] ( https://github.com/supabase-community/postgrest-py/commit/83e77991101c8e8aec42552344b02ce8db6bd04a ) )
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.9.0 "
3
+ __version__ = "0.9.1 "
4
4
5
5
from httpx import Timeout
6
6
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " postgrest-py"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
description = " PostgREST client for Python. This library provides an ORM interface to PostgREST."
5
5
authors = [
" Lương Quang Mạnh <[email protected] >" ]
6
6
homepage = " https://github.com/supabase/postgrest-py"
You can’t perform that action at this time.
0 commit comments