Skip to content

Commit a67885f

Browse files
chore(main): release 0.17.1 (#513)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5107584 commit a67885f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: .release-please-manifest.json

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

Diff for: CHANGELOG.md

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

3+
## [0.17.1](https://github.com/supabase/postgrest-py/compare/v0.17.0...v0.17.1) (2024-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* httpx minimum version update ([#512](https://github.com/supabase/postgrest-py/issues/512)) ([5107584](https://github.com/supabase/postgrest-py/commit/5107584f4f49d46bf7df6567109a3edce820c726))
9+
310
## [0.17.0](https://github.com/supabase/postgrest-py/compare/v0.16.11...v0.17.0) (2024-09-28)
411

512

Diff for: postgrest/version.py

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

Diff for: 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.17.0" # {x-release-please-version}
3+
version = "0.17.1" # {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)