Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and qorrect committed Mar 29, 2022
1 parent f3908cb commit 6c389bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.2.5 (2022-03-29)
### Fix
* **cli.py:** Remove sql print ([`fdf639e`](https://github.com/qorrect/PyPrql/commit/fdf639e65e8522c57ea1c9400bd1c41de78833ac))
* **cli.py:** Match exit to [""] ([`aa40c42`](https://github.com/qorrect/PyPrql/commit/aa40c421c99ad52ee798294f1c5ebe4059352575))
* **cli.py:** Match exit to empty list ([`f8c04a3`](https://github.com/qorrect/PyPrql/commit/f8c04a359190009d2aa121e13a3d4261aee5b7cc))

## v0.2.4 (2022-03-29)
### Fix
* **cli.py:** Check for sqlalchemy error ([`fe2c804`](https://github.com/qorrect/PyPrql/commit/fe2c804470139699a3708a286167ba1c297b0aaa))
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.2.4"
version = "0.2.5"
description = "Python Implementation of Pipelined Relational Query Language (PRQL)"
authors = ["qorrect <[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
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Source code for PyPrql."""
__version__ = "0.2.4"
__version__ = "0.2.5"

import pyprql.lang.prql as prql # noqa: F401
from pyprql.lang.prql import to_sql as to_sql # noqa: F401

0 comments on commit 6c389bb

Please sign in to comment.