Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and rbpatt2019 committed Jun 27, 2022
1 parent 20ba9d0 commit 95df90b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.5.2 (2022-06-27)
### Fix
* Fixes docs ([#55](https://github.com/prql/PyPrql/issues/55)) ([`20ba9d0`](https://github.com/prql/PyPrql/commit/20ba9d086ca4c86840383e446b5aae5154a904fa))

## v0.5.1 (2022-06-27)
### Fix
* Fixes multiline input ([#53](https://github.com/prql/PyPrql/issues/53)) ([`a5dced5`](https://github.com/prql/PyPrql/commit/a5dced5634d9c96783b2bd8950c674d4d8ee27a1))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyprql"
version = "0.5.1"
version = "0.5.2"
description = "Python Implementation of Pipelined Relational Query Language (PRQL)"
authors = ["qorrect <[email protected]>", "rbpatt2019 <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyprql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import prql_python as prql # noqa: F401
from prql_python import to_sql as to_sql # noqa: F401

__version__ = "0.5.1"
__version__ = "0.5.2"

0 comments on commit 95df90b

Please sign in to comment.