Skip to content

Commit

Permalink
0.5.6
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 Aug 24, 2022
1 parent adb90ea commit 8a75412
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.6 (2022-08-24)
### Fix
* Updating release process ([#73](https://github.com/prql/PyPrql/issues/73)) ([`adb90ea`](https://github.com/prql/PyPrql/commit/adb90ead8170d6ff1f91d0957b7cd331c3f4ca70))

## v0.6.0 (2022-08-24)


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.5"
version = "0.5.6"
description = "Python TUI database client that supports prql"
authors = ["qorrect <charlie.fats@gmail.com>", "rbpatt2019 <rb.patterson.cross@gmail.com>"]
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.5"
__version__ = "0.5.6"

0 comments on commit 8a75412

Please sign in to comment.