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.9.0 (2022-02-19)
6
+ ### Feature
7
+ * Export APIError and APIResponse ([ ` 83e7799 ` ] ( https://github.com/supabase-community/postgrest-py/commit/83e77991101c8e8aec42552344b02ce8db6bd04a ) )
8
+
9
+ ** [ See all commits in this version] ( https://github.com/supabase-community/postgrest-py/compare/v0.8.2...v0.9.0 ) **
10
+
5
11
## v0.8.2 (2022-01-30)
6
12
### Fix
7
13
* Add-response-model ([ ` 4c0259d ` ] ( https://github.com/supabase-community/postgrest-py/commit/4c0259d1658c07bf3e78fe03d98b304f7a6f0c7a ) )
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.8.2 "
3
+ __version__ = "0.9.0 "
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.8.2 "
3
+ version = " 0.9.0 "
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