From 10dc7fc2fd38ce0393964addfb413b4283d6f2e9 Mon Sep 17 00:00:00 2001 From: Bill Riehl Date: Fri, 29 Sep 2023 10:43:42 -0400 Subject: [PATCH] bump version to 5.2.1 --- RELEASE_NOTES.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- src/biokbase/narrative/__init__.py | 2 +- src/config.json | 2 +- src/config.json.templ | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 830fcd4b06..87a18a383d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 824ca720b9..7bf13a7d96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kbase-narrative-core", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kbase-narrative-core", - "version": "5.2.0", + "version": "5.2.1", "dependencies": { "bluebird": "3.7.2", "bootstrap": "3.4.1", diff --git a/package.json b/package.json index b5103113cc..a895c93373 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/biokbase/narrative/__init__.py b/src/biokbase/narrative/__init__.py index 57cac2e176..fe4fda9edd 100644 --- a/src/biokbase/narrative/__init__.py +++ b/src/biokbase/narrative/__init__.py @@ -1,5 +1,5 @@ __all__ = ["magics", "common", "handlers", "contents", "services", "widgetmanager"] -__version__ = "5.2.0" +__version__ = "5.2.1" def version(): diff --git a/src/config.json b/src/config.json index 302c0d08e1..4d42fee0f5 100644 --- a/src/config.json +++ b/src/config.json @@ -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" } diff --git a/src/config.json.templ b/src/config.json.templ index bfe827b78b..e279c92864 100644 --- a/src/config.json.templ +++ b/src/config.json.templ @@ -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" }