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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
- No breaking or major changes.


## Version 5.17
## Version 5.17 - 5.18
- No breaking or major changes.


Expand Down
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ To install the latest stable version, use:
install ``neo4j`` as shown above.


Alternative Installation for Better Performance
-----------------------------------------------

You may want to have a look at the available Rust extensions for this driver
for better performance. The Rust extensions are not installed by default. For
more information, see `neo4j-rust-ext`_.

.. _neo4j-rust-ext: https://github.com/neo4j-drivers/neo4j-python-driver-rust-ext


Quick Example
=============

Expand Down
2 changes: 1 addition & 1 deletion src/neo4j/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# Can be automatically overridden in builds
package = "neo4j"
version = "5.17.dev0"
version = "5.18.dev0"
deprecated_package = False


Expand Down