Skip to content

Commit bef118f

Browse files
author
github-actions
committed
chore(release): bump version to v0.13.2
1 parent 3ab20e4 commit bef118f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33

44

5+
## v0.13.2 (2024-01-11)
6+
7+
### Fix
8+
9+
* fix: add missing RPCFilterRequestBuilder and MaybeSingleRequestBuilder exports ([`3ab20e4`](https://github.com/supabase-community/postgrest-py/commit/3ab20e4682a16b31b414fa7e5f2e1a565828f60e))
10+
11+
512
## v0.13.1 (2024-01-04)
613

714
### Chore
815

16+
* chore(release): bump version to v0.13.1 ([`9b1b44e`](https://github.com/supabase-community/postgrest-py/commit/9b1b44e31fc0ed980f6fa335f03b4156b8b113de))
17+
918
* chore(deps): bump pydantic from 2.4.2 to 2.5.0 (#332)
1019

1120
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.2 to 2.5.0.

postgrest/__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.13.1"
3+
__version__ = "0.13.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"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>", "Joel Lee <[email protected]>", "Anand", "Oliver Rice"]
66
homepage = "https://github.com/supabase-community/postgrest-py"

0 commit comments

Comments
 (0)