Skip to content

Commit

Permalink
Release v8.0.1 (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla authored Mar 6, 2024
1 parent 31fb306 commit 3eeb565
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo-project/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
8.0.1
2 changes: 1 addition & 1 deletion demo-project/lightsail.json
Original file line number Diff line number Diff line change
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:8.0.0",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:8.0.1",
"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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantumblack/kedro-viz",
"version": "8.0.0",
"version": "8.0.1",
"description": "Kedro-Viz is an interactive development tool for building data science pipelines with Kedro.",
"main": "lib/components/app/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package/kedro_viz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
import warnings

__version__ = "8.0.0"
__version__ = "8.0.1"


class KedroVizPythonVersionWarning(UserWarning):
Expand Down
2 changes: 1 addition & 1 deletion src/components/update-reminder/update-reminder-content.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const updateContent = {
date: '04 March 2024',
date: '06 March 2024',
features: [
{
title: 'Publish and share Kedro-Viz on AWS, Azure and GCP',
Expand Down

0 comments on commit 3eeb565

Please sign in to comment.