Skip to content

Commit

Permalink
Merge pull request #3370 from kbase/version-bump-5.2.1
Browse files Browse the repository at this point in the history
bump version to 5.2.1
  • Loading branch information
ialarmedalien committed Sep 29, 2023
2 parents 8f2379e + 10dc7fc commit c7c1c93
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati

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

## Unreleased
## Version 5.2.1
- PTV-1900 - a previous bugfix exposed an issue in the SpeciesTreeBuilder apps. This provides a workaround to keep those apps running.

### Dependency Changes

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.2.0",
"version": "5.2.1",
"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
@@ -1,5 +1,5 @@
__all__ = ["magics", "common", "handlers", "contents", "services", "widgetmanager"]
__version__ = "5.2.0"
__version__ = "5.2.1"


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.0"
"version": "5.2.1"
}
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.0"
"version": "5.2.1"
}

0 comments on commit c7c1c93

Please sign in to comment.