Skip to content

Commit

Permalink
3.5.1 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwestenra authored Sep 11, 2020
1 parent 7f12b8c commit c006bdf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Please follow the established format:

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

# Release 3.5.1

## Bug fixes and other changes

- Fix pipeline selector so that it shows the correct default pipeline (#266)

# Release 3.5.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.5.0",
"version": "3.5.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.5.0"
__version__ = "3.5.1"


from kedro_viz.server import format_pipeline_data # noqa

0 comments on commit c006bdf

Please sign in to comment.