Skip to content

Commit bc2fc64

Browse files
author
semantic-release
committed
chore(release): bump version to v0.16.7
1 parent b1d48bc commit bc2fc64

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33

44

5+
## v0.16.7 (2024-06-01)
6+
7+
### Fix
8+
9+
* fix: add get, head and count parameters to the rpc method. (#444) ([`b1d48bc`](https://github.com/supabase-community/postgrest-py/commit/b1d48bca84e707c802448a851608d623c080d72a))
10+
11+
512
## v0.16.6 (2024-06-01)
613

14+
### Chore
15+
16+
* chore(release): bump version to v0.16.6 ([`465232a`](https://github.com/supabase-community/postgrest-py/commit/465232aef70545484ca6c35ceacfaa3aa976b391))
17+
718
### Fix
819

920
* fix: convert None to a string null for the is method (#446) ([`9970ac3`](https://github.com/supabase-community/postgrest-py/commit/9970ac379f06ebb56d5532ab6730b9330fcccc40))

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.16.6"
3+
__version__ = "0.16.7"
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.16.6"
3+
version = "0.16.7"
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", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase-community/postgrest-py"

0 commit comments

Comments
 (0)