We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6151a commit 4b4a43bCopy full SHA for 4b4a43b
changelog.md
@@ -1,4 +1,4 @@
1
-# Changes in 0.4.2
+# Changes in 0.4.3
2
3
4
## Breaking changes
@@ -9,9 +9,6 @@
9
10
## Bug fixes
11
12
-* Fixed a bug with `from_gds` where graphs with different relationship types would fail if they had different properties.
13
-* Fixed a bug with `from_gds` where the additional property would be skipped if its also defined as the size property.
14
-
15
16
## Improvements
17
python-wrapper/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "neo4j-viz"
7
-version = "0.4.2"
+version = "0.4.3"
8
description = "A simple graph visualization tool"
readme = "README.md"
authors = [{ name = "Neo4j", email = "[email protected]" }]
0 commit comments