Skip to content

Commit 465232a

Browse files
author
semantic-release
committed
chore(release): bump version to v0.16.6
1 parent 9970ac3 commit 465232a

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.16.6 (2024-06-01)
6+
7+
### Fix
8+
9+
* fix: convert None to a string null for the is method (#446) ([`9970ac3`](https://github.com/supabase-community/postgrest-py/commit/9970ac379f06ebb56d5532ab6730b9330fcccc40))
10+
11+
512
## v0.16.5 (2024-06-01)
613

714
### Chore
815

16+
* chore(release): bump version to v0.16.5 ([`901108a`](https://github.com/supabase-community/postgrest-py/commit/901108a11dcba0549d63efa96b40a837b58c54ec))
17+
918
* chore(deps-dev): bump python-semantic-release from 9.7.3 to 9.8.0 (#443) ([`d8ce53a`](https://github.com/supabase-community/postgrest-py/commit/d8ce53a2b3b66fa42af3c28594749029b0f70b2e))
1019

1120
* chore(deps): bump python-semantic-release/python-semantic-release from 9.7.3 to 9.8.0 (#442) ([`42a4a32`](https://github.com/supabase-community/postgrest-py/commit/42a4a3226ee129ed8e51fe58347266181d8165bb))

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.5"
3+
__version__ = "0.16.6"
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.5"
3+
version = "0.16.6"
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)