Skip to content

Commit 8a75412

Browse files
semantic-releaserbpatt2019
authored andcommitted
0.5.6
Automatically generated by python-semantic-release
1 parent adb90ea commit 8a75412

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.5.6 (2022-08-24)
6+
### Fix
7+
* Updating release process ([#73](https://github.com/prql/PyPrql/issues/73)) ([`adb90ea`](https://github.com/prql/PyPrql/commit/adb90ead8170d6ff1f91d0957b7cd331c3f4ca70))
8+
59
## v0.6.0 (2022-08-24)
610

711

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyprql"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
description = "Python TUI database client that supports prql"
55
authors = ["qorrect <[email protected]>", "rbpatt2019 <[email protected]>"]
66
license = "Apache-2.0"

pyprql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
import prql_python as prql # noqa: F401
44
from prql_python import to_sql as to_sql # noqa: F401
55

6-
__version__ = "0.5.5"
6+
__version__ = "0.5.6"

0 commit comments

Comments
 (0)