Skip to content

Commit 8c552c7

Browse files
chore(main): release 0.19.2 (#558)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 767226b commit 8c552c7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.19.1"
2+
".": "0.19.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [0.19.2](https://github.com/supabase/postgrest-py/compare/v0.19.1...v0.19.2) (2025-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* _cleaned_columns function now works with python multiline and typings ([#556](https://github.com/supabase/postgrest-py/issues/556)) ([4127576](https://github.com/supabase/postgrest-py/commit/412757633e9319a4e55e00bdc09464aa807db1b9))
9+
310
## [0.19.1](https://github.com/supabase/postgrest-py/compare/v0.19.0...v0.19.1) (2024-12-30)
411

512

postgrest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.1" # {x-release-please-version}
1+
__version__ = "0.19.2" # {x-release-please-version}

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.19.1" # {x-release-please-version}
3+
version = "0.19.2" # {x-release-please-version}
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/postgrest-py"

0 commit comments

Comments
 (0)