Skip to content

Commit

Permalink
Merge pull request #3081 from kbase/bump-version
Browse files Browse the repository at this point in the history
update version to 5.1.2
  • Loading branch information
briehl authored Sep 19, 2022
2 parents e6f3626 + b7df363 commit 2fdf5f9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati

This is built on the Jupyter Notebook v6.0.2 (more notes will follow).

### Unreleased
### Version 5.1.2
- PTV-1823 - fixed problem where text input fields for apps were displaying incorrect data on reload
- DATAUP-778 - fixed bug where xsvGenerator would not run if the paramDisplay value was not present
- updated data icon coloring scheme
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "5.1.2",
"private": true,
"repository": "github.com/kbase/narrative",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/biokbase/narrative/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from semantic_version import Version

__version__ = Version("5.1.1")
__version__ = Version("5.1.2")


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.1.1"
"version": "5.1.2"
}
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.1.1"
"version": "5.1.2"
}

0 comments on commit 2fdf5f9

Please sign in to comment.