Skip to content

Commit

Permalink
chore: bump version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Apr 22, 2023
1 parent 8e2dc87 commit db377ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
*********

v1.4.2
======
:Date: April 22, 2023

Bugfix
-------------
* sqlparse v0.4.4 breaks non-validating dialect (`#361 <https://github.com/reata/sqllineage/issues/361>`_)

v1.4.1
======
:Date: April 2, 2023
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


NAME = "sqllineage"
VERSION = "1.4.1"
VERSION = "1.4.2"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down
4 changes: 2 additions & 2 deletions sqllineagejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sqllineagejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqllineagejs",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit db377ef

Please sign in to comment.