Skip to content

Commit

Permalink
Release v6.3.4 (#1458)
Browse files Browse the repository at this point in the history
* v6.3.4

Signed-off-by: Tynan DeBold <thdebold@gmail.com>

* Update lightsail file

Signed-off-by: Tynan DeBold <thdebold@gmail.com>

* Update environment.py file to fix failing test

Signed-off-by: Tynan DeBold <thdebold@gmail.com>

---------

Signed-off-by: Tynan DeBold <thdebold@gmail.com>
  • Loading branch information
tynandebold committed Jul 24, 2023
1 parent efc786d commit 62c9aa0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo-project/.version
@@ -1 +1 @@
6.3.3
6.3.4
2 changes: 1 addition & 1 deletion demo-project/lightsail.json
Expand Up @@ -2,7 +2,7 @@
"serviceName": "kedro-viz-live-demo",
"containers": {
"kedro-viz-live-demo": {
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:6.3.3",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:6.3.4",
"ports": {
"4141": "HTTP"
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@quantumblack/kedro-viz",
"version": "6.3.3",
"version": "6.3.4",
"description": "Kedro-Viz is an interactive development tool for building data science pipelines with Kedro.",
"main": "lib/components/app/index.js",
"files": [
Expand Down Expand Up @@ -163,4 +163,4 @@
"not op_mini all"
],
"snyk": true
}
}
2 changes: 1 addition & 1 deletion package/kedro_viz/__init__.py
@@ -1,3 +1,3 @@
"""Kedro plugin for visualising a Kedro pipeline"""

__version__ = "6.3.3"
__version__ = "6.3.4"

0 comments on commit 62c9aa0

Please sign in to comment.