Skip to content

Commit

Permalink
Bump to 3.8.0 (#477)
Browse files Browse the repository at this point in the history
* Bump to 3.8.0

* update readme

---------

Co-authored-by: Michael Chin <chnmch@amazon.com>
  • Loading branch information
michaelnchin and michaelnchin committed Apr 17, 2023
1 parent ce11074 commit 185c450
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 (April 16, 2023)
- Added support for Python 3.10 ([Link to PR](https://github.com/aws/graph-notebook/pull/476))
- Deprecated Python 3.7 support ([PR #1](https://github.com/aws/graph-notebook/pull/453)) ([PR #2](https://github.com/aws/graph-notebook/pull/473))
- Patched nbextensions loader timeouts for large notebooks ([PR #1](https://github.com/aws/graph-notebook/pull/455))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ python3 setup.py bdist_wheel

You should now be able to find the built distribution at

`./dist/graph_notebook-3.7.3-py3-none-any.whl`
`./dist/graph_notebook-3.8.0-py3-none-any.whl`

And use it by following the [installation](https://github.com/aws/graph-notebook#installation) steps, replacing

Expand All @@ -343,7 +343,7 @@ pip install graph-notebook
with

```
pip install ./dist/graph_notebook-3.7.3-py3-none-any.whl
pip install ./dist/graph_notebook-3.8.0-py3-none-any.whl
```


Expand Down
2 changes: 1 addition & 1 deletion src/graph_notebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SPDX-License-Identifier: Apache-2.0
"""

__version__ = '3.7.3'
__version__ = '3.8.0'
2 changes: 1 addition & 1 deletion src/graph_notebook/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph_notebook_widgets",
"version": "3.7.3",
"version": "3.8.0",
"author": "amazon",
"description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network",
"dependencies": {
Expand Down

0 comments on commit 185c450

Please sign in to comment.