From d28b241a20546ae69f895ec87fdc3e9590a41fc1 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Mon, 17 Oct 2022 19:00:10 -0700 Subject: [PATCH] Bump to 3.6.2 --- ChangeLog.md | 2 +- src/graph_notebook/__init__.py | 2 +- src/graph_notebook/widgets/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 2d17aa5d..62710c33 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd ## Upcoming -## Release 3.6.1 (October 18, 2022) +## Release 3.6.2 (October 18, 2022) - New Sample Applications - Security Graphs notebooks ([Link to PR](https://github.com/aws/graph-notebook/pull/373)) - Path: 03-Sample-Applications > 04-Security-Graphs - Update sample notebooks with parallel, same-direction edges example ([Link to PR](https://github.com/aws/graph-notebook/pull/366)) diff --git a/src/graph_notebook/__init__.py b/src/graph_notebook/__init__.py index 983b0a58..dacc7feb 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.6.1' +__version__ = '3.6.2' diff --git a/src/graph_notebook/widgets/package.json b/src/graph_notebook/widgets/package.json index 89d5f67c..038abd49 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.6.1", + "version": "3.6.2", "author": "amazon", "description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network", "dependencies": {