Skip to content

Commit

Permalink
chore(main): release 0.17.1 (#513)
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] authored Oct 3, 2024
1 parent 5107584 commit a67885f
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.17.0"
".": "0.17.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.17.1](https://github.com/supabase/postgrest-py/compare/v0.17.0...v0.17.1) (2024-10-02)


### Bug Fixes

* httpx minimum version update ([#512](https://github.com/supabase/postgrest-py/issues/512)) ([5107584](https://github.com/supabase/postgrest-py/commit/5107584f4f49d46bf7df6567109a3edce820c726))

## [0.17.0](https://github.com/supabase/postgrest-py/compare/v0.16.11...v0.17.0) (2024-09-28)


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.17.0" # {x-release-please-version}
__version__ = "0.17.1" # {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.17.0" # {x-release-please-version}
version = "0.17.1" # {x-release-please-version}
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>", "Joel Lee <joel@joellee.org>", "Anand", "Oliver Rice", "Andrew Smith <a.smith@silentworks.co.uk>"]
homepage = "https://github.com/supabase/postgrest-py"
Expand Down

0 comments on commit a67885f

Please sign in to comment.