Skip to content

Commit 7f56fc8

Browse files
authored
Bump to 4.3.1 (#607)
1 parent 57be198 commit 7f56fc8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ChangeLog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +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-
- Updated default %graph_notebook_config to display Neptune-specific fields ([Link to PR](https://github.com/aws/graph-notebook/pull/605))
76

8-
## Release 4.3.0 (June 3, 2024)
7+
## Release 4.3.1 (June 3, 2024)
98

109
- New notebooks showing Telco examples leveraging GNN and LLM ([Link to PR](https://github.com/aws/graph-notebook/pull/587))
1110
- Path: 03-Neptune-ML > 03-Sample-Applications > 04-Telco-Networks
@@ -19,6 +18,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd
1918
- Fixed formatting of query magic `--help` entries listing valid inputs ([Link to PR](https://github.com/aws/graph-notebook/pull/593))
2019
- Fixed endpoint creation bug in People-Analytics-using-Neptune-ML sample ([Link to PR](https://github.com/aws/graph-notebook/pull/595))
2120
- Fixed deprecated usage of Pandas `DataFrameGroupBy.mean` in NeptuneML SPARQL utils ([Link to PR](https://github.com/aws/graph-notebook/pull/596))
21+
- Updated default %graph_notebook_config to display Neptune-specific fields ([Link to PR](https://github.com/aws/graph-notebook/pull/605))
2222

2323
## Release 4.2.0 (April 4, 2024)
2424

README.md

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

398398
You should now be able to find the built distribution at
399399

400-
`./dist/graph_notebook-4.3.0-py3-none-any.whl`
400+
`./dist/graph_notebook-4.3.1-py3-none-any.whl`
401401

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

@@ -408,7 +408,7 @@ pip install graph-notebook
408408
with
409409

410410
``` python
411-
pip install ./dist/graph_notebook-4.3.0-py3-none-any.whl
411+
pip install ./dist/graph_notebook-4.3.1-py3-none-any.whl
412412
```
413413

414414
## Contributing Guidelines

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__ = '4.3.0'
6+
__version__ = '4.3.1'

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": "4.3.0",
3+
"version": "4.3.1",
44
"author": "amazon",
55
"description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network",
66
"dependencies": {

0 commit comments

Comments
 (0)