Skip to content

Commit 02dfe9f

Browse files
authored
Bump version to 5.18 + advertise Rust extensions (#1023)
1 parent fe3fa9a commit 02dfe9f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
66
- No breaking or major changes.
77

88

9-
## Version 5.17
9+
## Version 5.17 - 5.18
1010
- No breaking or major changes.
1111

1212

README.rst

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ To install the latest stable version, use:
4343
install ``neo4j`` as shown above.
4444

4545

46+
Alternative Installation for Better Performance
47+
-----------------------------------------------
48+
49+
You may want to have a look at the available Rust extensions for this driver
50+
for better performance. The Rust extensions are not installed by default. For
51+
more information, see `neo4j-rust-ext`_.
52+
53+
.. _neo4j-rust-ext: https://github.com/neo4j-drivers/neo4j-python-driver-rust-ext
54+
55+
4656
Quick Example
4757
=============
4858

src/neo4j/_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# Can be automatically overridden in builds
3636
package = "neo4j"
37-
version = "5.17.dev0"
37+
version = "5.18.dev0"
3838
deprecated_package = False
3939

4040

0 commit comments

Comments
 (0)