Skip to content

Commit

Permalink
Merge pull request #3602 from kbase/prep-release
Browse files Browse the repository at this point in the history
bump version to 5.4.0
  • Loading branch information
briehl authored Jul 25, 2024
2 parents f83f609 + 3459a29 commit d89aae3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati

This is built on the Jupyter Notebook v6.5.6 and IPython 8.25.0 (more notes will follow).

## Version 5.4.0
- UIP-43
- Change Narrative JSON downloads to use a download-to-staging app.
- Add an optional "wildcard" field to app cells that can be used to allow any data object as an app input.
- Add a text-only output field for app cells to optionally use.
- UIP-44 - Convert data object transform-and-download URLs to use the Blobstore endpoint instead of the Data Import Export service
- UIP-45 - Convert the report object viewer to use the Blobstore endpoint instead of the Data Import Export service
- Remove last references to the Data Import Export service so we can lay it to rest in KBase.

## Version 5.3.0

- PTV-1845 - kbaseTabs now shows another tab after a closable tab is closed;
Expand Down
10 changes: 5 additions & 5 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,7 +1,7 @@
{
"name": "kbase-narrative-core",
"description": "Core components for the KBase Narrative Interface",
"version": "5.3.0",
"version": "5.4.0",
"private": true,
"repository": "github.com/kbase/narrative",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/biokbase/narrative/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["magics", "common", "handlers", "contents", "services", "widgetmanager"]
__version__ = "5.3.0"
__version__ = "5.4.0"


def version():
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,5 @@
"globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a"
},
"use_local_widgets": true,
"version": "5.3.0"
"version": "5.4.0"
}
2 changes: 1 addition & 1 deletion src/config.json.templ
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,5 @@
"globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a"
},
"use_local_widgets": true,
"version": "5.3.0"
"version": "5.4.0"
}

0 comments on commit d89aae3

Please sign in to comment.