Skip to content

Commit c006bdf

Browse files
3.5.1 (#267)
1 parent 7f12b8c commit c006bdf

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

RELEASE.md

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Please follow the established format:
1717

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

20+
# Release 3.5.1
21+
22+
## Bug fixes and other changes
23+
24+
- Fix pipeline selector so that it shows the correct default pipeline (#266)
25+
2026
# Release 3.5.0
2127

2228
## Major features and improvements

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quantumblack/kedro-viz",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"main": "lib/components/app/index.js",
55
"files": [
66
"lib"

package/kedro_viz/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
""" Kedro plugin for vizualising a Kedro pipeline """
3030

31-
__version__ = "3.5.0"
31+
__version__ = "3.5.1"
3232

3333

3434
from kedro_viz.server import format_pipeline_data # noqa

0 commit comments

Comments
 (0)