Skip to content

Commit

Permalink
Merge pull request #1222 from briehl/develop
Browse files Browse the repository at this point in the history
bump version, release notes
  • Loading branch information
briehl committed Dec 19, 2017
2 parents 16a0cf4 + 38fd34f commit 3451e51
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kbase-narrative",
"version": "3.5.0",
"version": "3.5.2",
"homepage": "https://kbase.us",
"dependencies": {
"bluebird": "3.4.7",
Expand Down
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": "3.5.1",
"version": "3.5.2",
"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,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:
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3451e51

Please sign in to comment.