From df26fc7f8b57c8ad5f31c7abb8b56aa44fdd796b Mon Sep 17 00:00:00 2001 From: Bill Riehl Date: Wed, 27 Jan 2021 09:06:44 -0500 Subject: [PATCH] version bump to 4.3.2 --- RELEASE_NOTES.md | 2 +- bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- src/biokbase/narrative/__init__.py | 2 +- src/config.json | 4 ++-- src/config.json.templ | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d00aba80d4..d099d685fa 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,7 +3,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). -### Version NEXT +### Version 4.3.2 - SCT-2778 - convert data slideout, public tab, refseq data source to use searchapi2/rpc api rather than searchapi2/legacy. - enhance integration testing support to add service, host, browser, screen size support diff --git a/bower.json b/bower.json index 90e8619b01..1f76a42c19 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "kbase-narrative", - "version": "4.3.1", + "version": "4.3.2", "homepage": "https://kbase.us", "dependencies": { "bluebird": "3.4.7", diff --git a/package-lock.json b/package-lock.json index 064c52b317..54272f5c9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kbase-narrative-core", - "version": "4.3.1", + "version": "4.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f13888dc9..245eee261a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kbase-narrative-core", "description": "Core components for the KBase Narrative Interface", - "version": "4.3.1", + "version": "4.3.2", "private": true, "repository": "github.com/kbase/narrative", "devDependencies": { diff --git a/src/biokbase/narrative/__init__.py b/src/biokbase/narrative/__init__.py index 5420380adc..921a489011 100644 --- a/src/biokbase/narrative/__init__.py +++ b/src/biokbase/narrative/__init__.py @@ -2,7 +2,7 @@ from semantic_version import Version -__version__ = Version("4.3.1") +__version__ = Version("4.3.2") def version(): diff --git a/src/config.json b/src/config.json index 3e4753592e..664addedf2 100644 --- a/src/config.json +++ b/src/config.json @@ -384,5 +384,5 @@ "globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a" }, "use_local_widgets": true, - "version": "4.3.1" -} \ No newline at end of file + "version": "4.3.2" +} diff --git a/src/config.json.templ b/src/config.json.templ index 7f7eb80f35..1c82f8df80 100644 --- a/src/config.json.templ +++ b/src/config.json.templ @@ -384,5 +384,5 @@ "globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a" }, "use_local_widgets": true, - "version": "4.3.1" -} \ No newline at end of file + "version": "4.3.2" +}