-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v6.6.0 Signed-off-by: Tynan DeBold <thdebold@gmail.com> * Release v6.6.0 Signed-off-by: Tynan DeBold <thdebold@gmail.com> --------- Signed-off-by: Tynan DeBold <thdebold@gmail.com>
- Loading branch information
1 parent
65cc47f
commit cbdfb24
Showing
6 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.5.0 | ||
6.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
export const updateContent = { | ||
date: '31 August 2023', | ||
date: '10 October 2023', | ||
features: [ | ||
{ | ||
title: 'Support for Python 3.11', | ||
title: 'Make Kedro-Viz shareable via a hosted URL', | ||
image: '', | ||
copy: 'Kedro-Viz now supports Python 3.11, and we have removed upper bounds on Python versions. Please note that we will soon discontinue support for Python 3.7. If you are using Python 3.7, we recommend upgrading to Python 3.8 or newer.', | ||
buttonLink: '', | ||
buttonText: '', | ||
copy: 'You can now publish Kedro-Viz and share it with others by hosting your project on Amazon S3, making sharing with collaborators and stakeholders easier and faster.', | ||
buttonLink: | ||
'https://docs.kedro.org/en/latest/visualisation/share_kedro_viz.html', | ||
buttonText: 'View the docs', | ||
}, | ||
], | ||
}; |