From 38fd34f92e50c0fbb936bbe6ab391e781a7489f4 Mon Sep 17 00:00:00 2001 From: Bill Riehl Date: Tue, 19 Dec 2017 10:49:11 -0800 Subject: [PATCH] bump version, release notes --- RELEASE_NOTES.md | 8 ++++++++ bower.json | 2 +- package.json | 2 +- src/biokbase/narrative/__init__.py | 2 +- src/config.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8b026ab4e4..09fa880e22 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,14 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati This is built on the Jupyter Notebook v4.4.1 (more notes will follow). +### Version 3.5.2 +- PTV-682 - Fix problem with rendering a Pangenome widget in a copied Narrative. +- KBASE-5405 (in progress) - new version of app log viewer. +- PTV-225 - Fix and clarify data sorting by name, type, and date. +- PTV-833 - Restore missing genome icons to the data panel. +- KBASE-5410 - Put the user id onto the link to Globus in the staging upload area. +- Adds new functionality to the data staging area, including showing file metadata and whether a file has been uploaded before. + ### Version 3.5.1 - TASK-1113/PUBLIC-148 - Import Panel scrolls if panel size is larger than screen size - TASK-1114 - Add lock when editing name, that prevents data panel from refreshing with new data. Relinquishes lock after 15 min if no activity. diff --git a/bower.json b/bower.json index 7060a329c6..090e8d3823 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "kbase-narrative", - "version": "3.5.0", + "version": "3.5.2", "homepage": "https://kbase.us", "dependencies": { "bluebird": "3.4.7", diff --git a/package.json b/package.json index 4e930d3127..39d1abc7fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kbase-narrative-core", "description": "Core components for the KBase Narrative Interface", - "version": "3.5.1", + "version": "3.5.2", "private": true, "repository": "github.com/kbase/narrative", "devDependencies": { diff --git a/src/biokbase/narrative/__init__.py b/src/biokbase/narrative/__init__.py index 6c0d67b001..e450b153d2 100644 --- a/src/biokbase/narrative/__init__.py +++ b/src/biokbase/narrative/__init__.py @@ -1,7 +1,7 @@ __all__ = ['magics', 'ws_util', 'common', 'handlers', 'contents', 'services', 'widgetmanager'] from semantic_version import Version -__version__ = Version("3.5.1") +__version__ = Version("3.5.2") version = lambda: __version__ # if run directly: diff --git a/src/config.json b/src/config.json index 708518ead6..57a10e0eaf 100644 --- a/src/config.json +++ b/src/config.json @@ -1,7 +1,7 @@ { "config": "ci", "name": "KBase Narrative", - "version": "3.5.1", + "version": "3.5.2", "dev_mode": true, "auth_cookie": "kbase_session", "git_commit_hash": "60e2219",