We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c847f commit 7d00675Copy full SHA for 7d00675
CHANGELOG.md
@@ -1,5 +1,19 @@
1
## CHANGELOG
2
3
+### v0.3.2
4
+
5
+#### Added
6
7
+- Use Github Actions
8
9
+#### Changed
10
11
+- Move to a new home: [supabase/postgrest-py](https://github.com/supabase/postgrest-py)
12
13
+#### Removed
14
15
+- Remove Travis CI
16
17
### v0.3.1
18
19
#### Removed
postgrest_py/__version__.py
@@ -1 +1 @@
-__version__ = "0.3.1"
+__version__ = "0.3.2"
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "postgrest-py"
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
-version = "0.3.1"
+version = "0.3.2"
authors = ["Lương Quang Mạnh <[email protected]>"]
license = "MIT"
readme = "README.md"
0 commit comments