Skip to content

Commit 1160664

Browse files
committed
Prepare 1.16 release
1 parent 13e88b4 commit 1160664

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.16
21-
.1+<.^| >= 2.6, < 2.18
21+
.1+<.^| >= 2.6, < 2.19
2222
.4+<.^| >= 3.9, < 3.13
2323
.6+<.^| >= 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.16a1"
1+
__version__ = "1.16"
22
__min_server_version__ = "2.6.0" # matches installation.adoc

0 commit comments

Comments
 (0)