File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.
44
55## Upcoming
6+
7+ ## Release 3.8.1 (April 17, 2023)
68- Reinstate Python 3.7 support for compatibility with legacy AL1 Neptune Notebooks ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/479 ) )
79
810## Release 3.8.0 (April 16, 2023)
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ python3 setup.py bdist_wheel
332332
333333You should now be able to find the built distribution at
334334
335- ` ./dist/graph_notebook-3.8.0 -py3-none-any.whl `
335+ ` ./dist/graph_notebook-3.8.1 -py3-none-any.whl `
336336
337337And use it by following the [ installation] ( https://github.com/aws/graph-notebook#installation ) steps, replacing
338338
@@ -343,7 +343,7 @@ pip install graph-notebook
343343with
344344
345345```
346- pip install ./dist/graph_notebook-3.8.0 -py3-none-any.whl
346+ pip install ./dist/graph_notebook-3.8.1 -py3-none-any.whl
347347```
348348
349349
Original file line number Diff line number Diff line change 33SPDX-License-Identifier: Apache-2.0
44"""
55
6- __version__ = '3.8.0 '
6+ __version__ = '3.8.1 '
Original file line number Diff line number Diff line change 11{
22 "name" : " graph_notebook_widgets" ,
3- "version" : " 3.8.0 " ,
3+ "version" : " 3.8.1 " ,
44 "author" : " amazon" ,
55 "description" : " A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments