Skip to content

Commit

Permalink
prepare release 0.2.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jun 24, 2022
1 parent 6fa805a commit 273821d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ formatting SQL. Here is how to use it:

## Changelog

### Unreleased
### Version 0.2.0 (June 24, 2022)

- Support `SELECT ... INTO` syntax
- Support `SET TRANSACTION` syntax
Expand Down
2 changes: 1 addition & 1 deletion sqltree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A SQL parser."""

__version__ = "0.1.0"
__version__ = "0.2.0"

from .api import sqltree as sqltree

0 comments on commit 273821d

Please sign in to comment.