Skip to content

Commit 6d55e49

Browse files
author
github-actions
committed
chore(release): bump version to v0.15.1
1 parent eae612c commit 6d55e49

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.15.1 (2024-02-27)
6+
7+
### Fix
8+
9+
* fix: update range to use query parameters instead of headers (#375) ([`eae612c`](https://github.com/supabase-community/postgrest-py/commit/eae612ce0548b392d574e9afc12c11f73e54cf8f))
10+
11+
512
## v0.15.0 (2024-01-15)
613

714
### Chore
815

16+
* chore(release): bump version to v0.15.0 ([`0faa8c3`](https://github.com/supabase-community/postgrest-py/commit/0faa8c3f37cb1f360f65dcef075479c297029844))
17+
918
* chore(deps-dev): bump pytest-asyncio from 0.18.3 to 0.23.3 (#344)
1019

1120
Signed-off-by: dependabot[bot] <[email protected]>

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