diff --git a/ChangeLog.md b/ChangeLog.md index b5073803..0521fb3d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,8 @@ 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.8.1 (April 17, 2023) - Reinstate Python 3.7 support for compatibility with legacy AL1 Neptune Notebooks ([Link to PR](https://github.com/aws/graph-notebook/pull/479)) ## Release 3.8.0 (April 16, 2023) diff --git a/README.md b/README.md index fa4cbd74..750370a9 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ python3 setup.py bdist_wheel You should now be able to find the built distribution at -`./dist/graph_notebook-3.8.0-py3-none-any.whl` +`./dist/graph_notebook-3.8.1-py3-none-any.whl` And use it by following the [installation](https://github.com/aws/graph-notebook#installation) steps, replacing @@ -343,7 +343,7 @@ pip install graph-notebook with ``` -pip install ./dist/graph_notebook-3.8.0-py3-none-any.whl +pip install ./dist/graph_notebook-3.8.1-py3-none-any.whl ``` diff --git a/src/graph_notebook/__init__.py b/src/graph_notebook/__init__.py index 43b67d2e..1b8e2a89 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.8.0' +__version__ = '3.8.1' diff --git a/src/graph_notebook/widgets/package.json b/src/graph_notebook/widgets/package.json index 32b48c68..9b547adb 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.8.0", + "version": "3.8.1", "author": "amazon", "description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network", "dependencies": {