Skip to content

Commit

Permalink
chore(release): bump version to v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 11, 2024
1 parent 3ab20e4 commit bef118f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,19 @@



## v0.13.2 (2024-01-11)

### Fix

* fix: add missing RPCFilterRequestBuilder and MaybeSingleRequestBuilder exports ([`3ab20e4`](https://github.com/supabase-community/postgrest-py/commit/3ab20e4682a16b31b414fa7e5f2e1a565828f60e))


## v0.13.1 (2024-01-04)

### Chore

* chore(release): bump version to v0.13.1 ([`9b1b44e`](https://github.com/supabase-community/postgrest-py/commit/9b1b44e31fc0ed980f6fa335f03b4156b8b113de))

* chore(deps): bump pydantic from 2.4.2 to 2.5.0 (#332)

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.2 to 2.5.0.
Expand Down
2 changes: 1 addition & 1 deletion postgrest/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.13.1"
__version__ = "0.13.2"

from httpx import Timeout

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

0 comments on commit bef118f

Please sign in to comment.