Skip to content

Commit 0acdd8b

Browse files
authored
Merge pull request #620 from adamnsch/1.10-release
Prepare for 1.10 release
2 parents 33b25b4 + d26778c commit 0acdd8b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33

44
## Breaking changes
5-
* Deprecated support for pyarrow 10.
5+
6+
* Deprecated support for pyarrow version 10.X.Y as a dependency.
7+
68

79
## New features
810

doc/modules/ROOT/pages/installation.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ 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+
21+
.1+<.^| 1.11
22+
.1+<.^| >= 2.6, < 2.7
23+
.2+<.^| >= 3.8, < 3.13
24+
.8+<.^| >= 4.4.2, < 6.0.0
25+
2026
.1+<.^| 1.10
2127
.1+<.^| >= 2.4, < 2.7
22-
.1+<.^| >= 3.8, < 3.13
23-
.7+<.^| >= 4.4.2, < 6.0.0
2428

2529
.1+<.^| 1.9
2630
.2+<.^| >= 2.4, < 2.6

graphdatascience/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.10a2"
1+
__version__ = "1.10"

0 commit comments

Comments
 (0)