Skip to content

Commit

Permalink
bump version to 3.8.2, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Aug 30, 2018
1 parent 2c37538 commit 4d8e769
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Expand Up @@ -3,6 +3,11 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati

This is built on the Jupyter Notebook v5.6.0 (more notes will follow).

### Version 3.8.2
- Add the clustergrammer_widget
- SCT-1219 - Fix the app cell so it shows an error if an app has multiple outputs, and they're given the same name.
- Add numpy, scipy, scikit-learn to the base Docker image

### Version 3.8.1
- SCT-1261 - Changed the 'outdated app' warning to a small icon with a popover text.
- SCT-886 - Added a default viewer for typed objects that don't have an actual viewer associated with them.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "kbase-narrative",
"version": "3.8.1",
"version": "3.8.2",
"homepage": "https://kbase.us",
"dependencies": {
"bluebird": "3.4.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "kbase-narrative-core",
"description": "Core components for the KBase Narrative Interface",
"version": "3.8.1",
"version": "3.8.2",
"private": true,
"repository": "github.com/kbase/narrative",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/biokbase/narrative/__init__.py
@@ -1,7 +1,7 @@
__all__ = ['magics', 'ws_util', 'common', 'handlers', 'contents', 'services', 'widgetmanager'] #, 'viewers']

from semantic_version import Version
__version__ = Version("3.8.1")
__version__ = Version("3.8.2")
version = lambda: __version__

# if run directly:
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Expand Up @@ -253,5 +253,5 @@
"showDelay": 750
},
"use_local_widgets": true,
"version": "3.8.1"
"version": "3.8.2"
}

0 comments on commit 4d8e769

Please sign in to comment.