From dbaa2d651d99827b09cc9417f14268fee4b33f12 Mon Sep 17 00:00:00 2001 From: martin bendsoe Date: Mon, 29 Jun 2020 15:43:33 +0200 Subject: [PATCH] updated Neo4j compatibility information --- README.rst | 8 ++++---- docs/source/index.rst | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 1b6f1daa7..c3163879e 100644 --- a/README.rst +++ b/README.rst @@ -75,10 +75,10 @@ See, https://neo4j.com/docs/migration-guide/4.0/upgrade-driver/#upgrade-driver-b See, https://neo4j.com/docs/driver-manual/current/client-applications/#driver-connection-uris for changes in default security settings between 3.x and 4.x -Connecting with Python Driver 4.0 against Neo4j 3.5 +Connecting with Python Driver 4.1 against Neo4j 3.5 --------------------------------------------------- -Using the Python Driver 4.0 and connecting to Neo4j 3.5 with default connection settings for Neo4j 3.5. +Using the Python Driver 4.1 and connecting to Neo4j 3.5 with default connection settings for Neo4j 3.5. .. code-block:: python @@ -91,10 +91,10 @@ Using the Python Driver 4.0 and connecting to Neo4j 3.5 with default connection driver = GraphDatabase.driver("neo4j://localhost:7687", auth=("neo4j", "password"), encrypted=True, trust=False) -Connecting with Python Driver 1.7 against Neo4j 4.0 +Connecting with Python Driver 1.7 against Neo4j 4.1 --------------------------------------------------- -Using the Python Driver 1.7 and connecting to Neo4j 4.0 with default connection settings for Neo4j 4.0. +Using the Python Driver 1.7 and connecting to Neo4j 4.1 with default connection settings for Neo4j 4.1. .. code-block:: python diff --git a/docs/source/index.rst b/docs/source/index.rst index 31b8dac10..6cb89985e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,6 +6,7 @@ The Official Neo4j Driver for Python. Neo4j versions supported: +* Neo4j 4.1 * Neo4j 4.0 * Neo4j 3.5 @@ -19,7 +20,7 @@ Python versions supported: .. note:: Python 2.7 support has been dropped. - The previous driver `Python Driver 1.7`_ supports older versions of python, the **Neo4j 4.0** will work in fallback mode with that driver. + The previous driver `Python Driver 1.7`_ supports older versions of python, **Neo4j 4.1** will work in fallback mode with that driver. ******