From d847d2e790b049c653c1fbf1c740a9f73f062b47 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Mon, 20 Sep 2021 16:40:29 -0700 Subject: [PATCH] Bump version to 3.0.6 --- ChangeLog.md | 5 ++++- src/graph_notebook/__init__.py | 2 +- src/graph_notebook/widgets/package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 835a59d4..f5be5b8b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,10 +3,13 @@ Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook. ## Upcoming + +## Release 3.0.6 (September 20, 2021) - Added a new `%stream_viewer` magic that allows interactive exploration of the Neptune CDC stream (if enabled). ([Link to PR](https://github.com/aws/graph-notebook/pull/191)) - Added support for multi-property values in vertex and edge labels ([Link to PR](https://github.com/aws/graph-notebook/pull/186)) - Added new visualization physics options, toggle button ([Link to PR](https://github.com/aws/graph-notebook/pull/190)) -- Fix TypeError thrown for certain OC list type results ([Link to PR](https://github.com/aws/graph-notebook/pull/196) +- Fixed TypeError thrown for certain OC list type results ([Link to PR](https://github.com/aws/graph-notebook/pull/196) +- Documentation fixes for additional databases ([Link to PR](https://github.com/aws/graph-notebook/pull/198)) ## Release 3.0.5 (August 27, 2021) diff --git a/src/graph_notebook/__init__.py b/src/graph_notebook/__init__.py index 3537ef94..25621c0a 100644 --- a/src/graph_notebook/__init__.py +++ b/src/graph_notebook/__init__.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: Apache-2.0 """ -__version__ = '3.0.5' +__version__ = '3.0.6' diff --git a/src/graph_notebook/widgets/package.json b/src/graph_notebook/widgets/package.json index ca7f6e13..b76a517b 100644 --- a/src/graph_notebook/widgets/package.json +++ b/src/graph_notebook/widgets/package.json @@ -1,6 +1,6 @@ { "name": "graph_notebook_widgets", - "version": "3.0.5", + "version": "3.0.6", "author": "amazon", "description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network", "dependencies": {