From 7f56fc8b78f2f57b0ec7f8a9973c1a12227d7073 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Mon, 3 Jun 2024 21:41:20 -0700 Subject: [PATCH] Bump to 4.3.1 (#607) --- ChangeLog.md | 4 ++-- README.md | 4 ++-- src/graph_notebook/__init__.py | 2 +- src/graph_notebook/widgets/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1b5e69bf..026c8be4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,9 +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 -- Updated default %graph_notebook_config to display Neptune-specific fields ([Link to PR](https://github.com/aws/graph-notebook/pull/605)) -## Release 4.3.0 (June 3, 2024) +## Release 4.3.1 (June 3, 2024) - New notebooks showing Telco examples leveraging GNN and LLM ([Link to PR](https://github.com/aws/graph-notebook/pull/587)) - 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 - Fixed formatting of query magic `--help` entries listing valid inputs ([Link to PR](https://github.com/aws/graph-notebook/pull/593)) - Fixed endpoint creation bug in People-Analytics-using-Neptune-ML sample ([Link to PR](https://github.com/aws/graph-notebook/pull/595)) - Fixed deprecated usage of Pandas `DataFrameGroupBy.mean` in NeptuneML SPARQL utils ([Link to PR](https://github.com/aws/graph-notebook/pull/596)) +- Updated default %graph_notebook_config to display Neptune-specific fields ([Link to PR](https://github.com/aws/graph-notebook/pull/605)) ## Release 4.2.0 (April 4, 2024) diff --git a/README.md b/README.md index 7cd309ac..804ec13e 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ python3 setup.py bdist_wheel You should now be able to find the built distribution at -`./dist/graph_notebook-4.3.0-py3-none-any.whl` +`./dist/graph_notebook-4.3.1-py3-none-any.whl` And use it by following the [installation](https://github.com/aws/graph-notebook#installation) steps, replacing @@ -408,7 +408,7 @@ pip install graph-notebook with ``` python -pip install ./dist/graph_notebook-4.3.0-py3-none-any.whl +pip install ./dist/graph_notebook-4.3.1-py3-none-any.whl ``` ## Contributing Guidelines diff --git a/src/graph_notebook/__init__.py b/src/graph_notebook/__init__.py index 71593684..a06b4be6 100644 --- a/src/graph_notebook/__init__.py +++ b/src/graph_notebook/__init__.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: Apache-2.0 """ -__version__ = '4.3.0' +__version__ = '4.3.1' diff --git a/src/graph_notebook/widgets/package.json b/src/graph_notebook/widgets/package.json index b6b021d8..37437d47 100644 --- a/src/graph_notebook/widgets/package.json +++ b/src/graph_notebook/widgets/package.json @@ -1,6 +1,6 @@ { "name": "graph_notebook_widgets", - "version": "4.3.0", + "version": "4.3.1", "author": "amazon", "description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network", "dependencies": {