Skip to content

Commit eeb59d8

Browse files
authored
Merge pull request #3120 from kbase/bump-version
Bump version to 5.1.3
2 parents 4b66f4a + 4c348fe commit eeb59d8

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati
44

55
This is built on the Jupyter Notebook v6.4.12 and IPython 8.5.0 (more notes will follow).
66

7-
## Unreleased
7+
## Version 5.1.3
88

99
- PTV-1620 - fix problem with Expression Pairwise Correlation creating or displaying large heatmaps and freezing or crashing browser
1010
- PTV-1514 - sanitized HTML being used for app input tooltips

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kbase-narrative-core",
33
"description": "Core components for the KBase Narrative Interface",
4-
"version": "5.1.2",
4+
"version": "5.1.3",
55
"private": true,
66
"repository": "github.com/kbase/narrative",
77
"devDependencies": {

src/biokbase/narrative/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["magics", "common", "handlers", "contents", "services", "widgetmanager"]
2-
__version__ = "5.1.2"
2+
__version__ = "5.1.3"
33

44

55
def version():

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,5 +391,5 @@
391391
"globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a"
392392
},
393393
"use_local_widgets": true,
394-
"version": "5.1.2"
394+
"version": "5.1.3"
395395
}

src/config.json.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,5 +391,5 @@
391391
"globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a"
392392
},
393393
"use_local_widgets": true,
394-
"version": "5.1.2"
394+
"version": "5.1.3"
395395
}

0 commit comments

Comments
 (0)