Skip to content

Commit

Permalink
3.8.1 (kedro-org#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwestenra authored Dec 18, 2020
1 parent 0edb6e9 commit 7c8077e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Please follow the established format:

<!-- Add release notes for the upcoming release here -->

# Release 3.8.1

## Bug fixes and other changes

- Temporarily disable internal CSS in exported SVGs to fix CORS error when exporting images (#337)
- Fix tests for Kedro 0.17 (#338)

# Release 3.8.0

## Major features and improvements
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.8.0",
"version": "3.8.1",
"main": "lib/components/app/index.js",
"files": [
"lib"
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 @@ -28,7 +28,7 @@

""" Kedro plugin for vizualising a Kedro pipeline """

__version__ = "3.8.0"
__version__ = "3.8.1"


from kedro_viz.server import format_pipeline_data # noqa

0 comments on commit 7c8077e

Please sign in to comment.