Skip to content

Commit 67dd174

Browse files
committed
Prepare for 1.15 release
1 parent 23a3857 commit 67dd174

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/modules/ROOT/pages/installation.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ The Python client supports the following versions of the other three components:
1717
[opts=header, cols="m,m,m,m"]
1818
|===
1919
| Python Client | GDS version | Python version | Neo4j Python Driver version
20+
.1+<.^| 1.15
21+
.1+<.^| >= 2.6, < 2.16
22+
.2+<.^| >= 3.9, < 3.13
23+
.4+<.^| >= 4.4.12, < 6.0.0
24+
2025
.1+<.^| 1.14
2126
.1+<.^| >= 2.6, < 2.14
2227
.2+<.^| >= 3.9, < 3.13

graphdatascience/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.15a3"
1+
__version__ = "1.15"
22
__min_server_version__ = "2.6.0" # matches installation.adoc

0 commit comments

Comments
 (0)