Skip to content

Commit 7efa19c

Browse files
committed
Bump version to 0.4.0
1 parent b3e7df2 commit 7efa19c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
### v0.4.0
4+
5+
#### Added
6+
7+
- Add some tests
8+
- Allow multivalued query parameters
9+
10+
#### Changed
11+
12+
- Internal changes & improvements
13+
314
### v0.3.2
415

516
#### Added

postgrest_py/__version__.py

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

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.2"
4+
version = "0.4.0"
55
authors = ["Lương Quang Mạnh <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)