Skip to content

Commit ff49be9

Browse files
authored
Bump to 3.8.2 (#498)
Co-authored-by: Michael Chin <chnmch@amazon.com>
1 parent 93882bd commit ff49be9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ChangeLog.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Starting 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.2 (June 5, 2023)
68
- New Sample Applications - Healthcare and Life Sciences notebooks ([Link to PR](https://github.com/aws/graph-notebook/pull/484))
79
- Path: 03-Sample-Applications > 05-Healthcare-and-Life-Sciences-Graphs
810
- Added local file path and openCypher query support to `%seed` ([Link to PR](https://github.com/aws/graph-notebook/pull/292))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ python3 setup.py bdist_wheel
332332

333333
You should now be able to find the built distribution at
334334

335-
`./dist/graph_notebook-3.8.1-py3-none-any.whl`
335+
`./dist/graph_notebook-3.8.2-py3-none-any.whl`
336336

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

@@ -343,7 +343,7 @@ pip install graph-notebook
343343
with
344344

345345
```
346-
pip install ./dist/graph_notebook-3.8.1-py3-none-any.whl
346+
pip install ./dist/graph_notebook-3.8.2-py3-none-any.whl
347347
```
348348

349349

src/graph_notebook/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SPDX-License-Identifier: Apache-2.0
44
"""
55

6-
__version__ = '3.8.1'
6+
__version__ = '3.8.2'

src/graph_notebook/widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph_notebook_widgets",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"author": "amazon",
55
"description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network",
66
"dependencies": {

0 commit comments

Comments
 (0)