From 3cc8cd2b40327a7e22b7fe7a207d17052fff2d00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:26:27 +0000 Subject: [PATCH] chore(main): release 0.16.11 (#498) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ postgrest/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9f6cbb3..1cb98eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.10" + ".": "0.16.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ab752..73cbe08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.16.11](https://github.com/supabase/postgrest-py/compare/v0.16.10...v0.16.11) (2024-08-22) + + +### Bug Fixes + +* fixed the 'order' method for 'BaseSelectRequestBuilder' ([#495](https://github.com/supabase/postgrest-py/issues/495)) ([97d520e](https://github.com/supabase/postgrest-py/commit/97d520ea339fcf7f706d679d06e8111f0cfdec19)) + ## [0.16.10](https://github.com/supabase/postgrest-py/compare/v0.16.9...v0.16.10) (2024-08-14) diff --git a/postgrest/version.py b/postgrest/version.py index b762e0d..0c27493 100644 --- a/postgrest/version.py +++ b/postgrest/version.py @@ -1 +1 @@ -__version__ = "0.16.10" # {x-release-please-version} +__version__ = "0.16.11" # {x-release-please-version} diff --git a/pyproject.toml b/pyproject.toml index e08e222..8fc3bfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "postgrest" -version = "0.16.10" # {x-release-please-version} +version = "0.16.11" # {x-release-please-version} description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." authors = ["Lương Quang Mạnh ", "Joel Lee ", "Anand", "Oliver Rice", "Andrew Smith "] homepage = "https://github.com/supabase/postgrest-py"