Skip to content

Commit 31241ea

Browse files
committed
Prepare for 1.17 release
1 parent cb7ccb3 commit 31241ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/modules/ROOT/pages/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Python client supports the following versions of the other three components:
1818
|===
1919
| Python Client | GDS version | Python version | Neo4j Python Driver version
2020
.1+<.^| 1.17
21-
.1+<.^| >= 2.6, < 2.19
21+
.1+<.^| >= 2.6, < 2.21
2222
.5+<.^| >= 3.9, < 3.13
2323
.7+<.^| >= 4.4.12, < 6.0.0
2424

graphdatascience/version.py

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

0 commit comments

Comments
 (0)