From e51957609ab198930ab063be9df4fe953f117c3e Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Wed, 29 Nov 2023 16:20:05 -0800 Subject: [PATCH] Release 4.0.1 (#544) --- ChangeLog.md | 3 +++ README.md | 4 ++-- src/graph_notebook/__init__.py | 2 +- src/graph_notebook/widgets/package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 3797c7e6..96e56571 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,9 @@ Starting with v1.31.6, this file will contain a record of major features and upd ## Upcoming +## Release 4.0.1 (Nov 29, 2023) +- Fixed @neptune_db_only magics decorator [Link to PR](https://github.com/aws/graph-notebook/pull/543)) + ## Release 4.0.0 (Nov 29, 2023) - Added support for Neptune Analytics ([Link to PR](https://github.com/aws/graph-notebook/pull/541)) - Added Air-Routes and EPL sample seed datasets for openCypher ([Link to PR](https://github.com/aws/graph-notebook/pull/540)) diff --git a/README.md b/README.md index 108a7d09..67308bd4 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ python3 setup.py bdist_wheel You should now be able to find the built distribution at -`./dist/graph_notebook-4.0.0-py3-none-any.whl` +`./dist/graph_notebook-4.0.1-py3-none-any.whl` And use it by following the [installation](https://github.com/aws/graph-notebook#installation) steps, replacing @@ -408,7 +408,7 @@ pip install graph-notebook with ``` python -pip install ./dist/graph_notebook-4.0.0-py3-none-any.whl +pip install ./dist/graph_notebook-4.0.1-py3-none-any.whl ``` ## Contributing Guidelines diff --git a/src/graph_notebook/__init__.py b/src/graph_notebook/__init__.py index cfbee97e..6c99ffde 100644 --- a/src/graph_notebook/__init__.py +++ b/src/graph_notebook/__init__.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: Apache-2.0 """ -__version__ = '4.0.0' +__version__ = '4.0.1' diff --git a/src/graph_notebook/widgets/package.json b/src/graph_notebook/widgets/package.json index 184f79a0..dc4723e8 100644 --- a/src/graph_notebook/widgets/package.json +++ b/src/graph_notebook/widgets/package.json @@ -1,6 +1,6 @@ { "name": "graph_notebook_widgets", - "version": "4.0.0", + "version": "4.0.1", "author": "amazon", "description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network", "dependencies": {