Skip to content

Commit

Permalink
0.5.4
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 1c212e4 commit d8eebae
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.4 (2022-06-27)
### Fix
* Updating examples in doc ([#58](https://github.com/prql/PyPrql/issues/58)) ([`1c212e4`](https://github.com/prql/PyPrql/commit/1c212e444249f6fdee2b9437d75ecce6e1b19bed))

## v0.5.3 (2022-06-27)
### Fix
* Update docs ([#56](https://github.com/prql/PyPrql/issues/56)) ([`524079f`](https://github.com/prql/PyPrql/commit/524079fd4e8c227b6b09985a0df33b2a705be85f))
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.3"
version = "0.5.4"
description = "Python TUI database client that supports 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.3"
__version__ = "0.5.4"

0 comments on commit d8eebae

Please sign in to comment.