Skip to content

Commit

Permalink
chore(main): release 0.16.11 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 22, 2024
1 parent 97d520e commit 3cc8cd2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.10"
".": "0.16.11"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion postgrest/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.10" # {x-release-please-version}
__version__ = "0.16.11" # {x-release-please-version}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Joel Lee <[email protected]>", "Anand", "Oliver Rice", "Andrew Smith <[email protected]>"]
homepage = "https://github.com/supabase/postgrest-py"
Expand Down

0 comments on commit 3cc8cd2

Please sign in to comment.