Skip to content

Commit 79d1979

Browse files
chore(main): release 0.17.2 (#515)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7355301 commit 79d1979

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## [0.17.2](https://github.com/supabase/postgrest-py/compare/v0.17.1...v0.17.2) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* bump minimal version of Python to 3.9 ([#522](https://github.com/supabase/postgrest-py/issues/522)) ([11da550](https://github.com/supabase/postgrest-py/commit/11da55084fdd22d0e081aee5867b946337783d73))
9+
* **deps:** install strenum package only with Python 3.10 and older ([#519](https://github.com/supabase/postgrest-py/issues/519)) ([9dfefd0](https://github.com/supabase/postgrest-py/commit/9dfefd0bd2e31775e4ff423654797cf40b1940fe))
10+
* Types to use Option[T] ([#514](https://github.com/supabase/postgrest-py/issues/514)) ([645b677](https://github.com/supabase/postgrest-py/commit/645b677715b8ff338047240bf48dd19dd86b71b4))
11+
312
## [0.17.1](https://github.com/supabase/postgrest-py/compare/v0.17.0...v0.17.1) (2024-10-02)
413

514

postgrest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.1" # {x-release-please-version}
1+
__version__ = "0.17.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.17.1" # {x-release-please-version}
3+
version = "0.17.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)