Skip to content

Commit 7d00675

Browse files
committed
Bump version to 0.3.2
1 parent 84c847f commit 7d00675

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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+
317
### v0.3.1
418

519
#### Removed

postgrest_py/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "postgrest-py"
33
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = ["Lương Quang Mạnh <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)