Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.

Neo4j versions supported:

* Neo4j 4.1
* Neo4j 4.0
* Neo4j 3.5

Expand All @@ -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.


******
Expand Down