Skip to content

Commit

Permalink
chore(release): bump version to v0.9.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 8, 2022
1 parent ff29024 commit d4204ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.9.1 (2022-03-08)
### Fix
* Fix APIError ([#97](https://github.com/supabase-community/postgrest-py/issues/97)) ([`ff29024`](https://github.com/supabase-community/postgrest-py/commit/ff290240cf9364902ffca19e854604d6a40770f9))

**[See all commits in this version](https://github.com/supabase-community/postgrest-py/compare/v0.9.0...v0.9.1)**

## v0.9.0 (2022-02-19)
### Feature
* Export APIError and APIResponse ([`83e7799`](https://github.com/supabase-community/postgrest-py/commit/83e77991101c8e8aec42552344b02ce8db6bd04a))
Expand Down
2 changes: 1 addition & 1 deletion postgrest_py/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.9.0"
__version__ = "0.9.1"

from httpx import Timeout

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest-py"
version = "0.9.0"
version = "0.9.1"
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>"]
homepage = "https://github.com/supabase/postgrest-py"
Expand Down

0 comments on commit d4204ef

Please sign in to comment.