Skip to content

Commit

Permalink
Merge pull request #3566 from kbase/bump-version
Browse files Browse the repository at this point in the history
bump version to 5.3.0
  • Loading branch information
briehl authored Jun 25, 2024
2 parents e188aa3 + bcc9913 commit 6eb978a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.5.6 and IPython 8.25.0 (more notes will follow).

## Version unreleased
## Version 5.3.0

- PTV-1845 - kbaseTabs now shows another tab after a closable tab is closed;
previously it showed an empty space.
Expand Down
2 changes: 1 addition & 1 deletion deployment/services/kbase-ui/narrative_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"5.2.1","git_hash":"b5cf3ac44"}
{"version":"5.3.0","git_hash":"b5cf3ac44"}
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.2.1",
"version": "5.3.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.2.1"
__version__ = "5.3.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.2.1"
"version": "5.3.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.2.1"
"version": "5.3.0"
}

0 comments on commit 6eb978a

Please sign in to comment.