Skip to content

Commit f30e688

Browse files
committed
chore(release): bump version to v0.10.2
Automatically generated by python-semantic-release
1 parent 18334f8 commit f30e688

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.10.2 (2022-04-18)
6+
### Fix
7+
* Include source directory name ([#116](https://github.com/supabase-community/postgrest-py/issues/116)) ([`18334f8`](https://github.com/supabase-community/postgrest-py/commit/18334f880d5e4e769a9e843007bc2f46b597a777))
8+
9+
### Documentation
10+
* Remove rtd config file ([`14100a1`](https://github.com/supabase-community/postgrest-py/commit/14100a15a7d9c526df3e504a676d2d1018be3e04))
11+
12+
**[See all commits in this version](https://github.com/supabase-community/postgrest-py/compare/v0.10.1...v0.10.2)**
13+
514
## v0.10.1 (2022-04-07)
615
### Fix
716
* Escape chars only when necessary ([#108](https://github.com/supabase-community/postgrest-py/issues/108)) ([`53f7d18`](https://github.com/supabase-community/postgrest-py/commit/53f7d18807aa292aa7326af573bd55828a3bb6e4))

postgrest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.10.1"
3+
__version__ = "0.10.2"
44

55
from httpx import Timeout
66

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "postgrest-py"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>"]
66
homepage = "https://github.com/supabase-community/postgrest-py"

0 commit comments

Comments
 (0)