Skip to content

Commit 7d156b3

Browse files
committed
chore(release): bump version to v0.9.2
Automatically generated by python-semantic-release
1 parent eb92326 commit 7d156b3

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.9.2 (2022-03-12)
6+
### Fix
7+
* Make api error properties optionals ([#101](https://github.com/supabase-community/postgrest-py/issues/101)) ([`eb92326`](https://github.com/supabase-community/postgrest-py/commit/eb92326db0088fbf2d96bb68b206160b03e63747))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/postgrest-py/compare/v0.9.1...v0.9.2)**
10+
511
## v0.9.1 (2022-03-08)
612
### Fix
713
* Fix APIError ([#97](https://github.com/supabase-community/postgrest-py/issues/97)) ([`ff29024`](https://github.com/supabase-community/postgrest-py/commit/ff290240cf9364902ffca19e854604d6a40770f9))

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.9.1"
3+
__version__ = "0.9.2"
44

55
from httpx import Timeout
66

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.9.1"
3+
version = "0.9.2"
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)