Skip to content

Commit 56930a7

Browse files
committed
Revert "Temporarily switch to 1.15.1"
This reverts commit 6cefafc.
1 parent def7bf3 commit 56930a7

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes in 1.15.1
1+
# Changes in 1.16
22

33

44
## Breaking changes

doc/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: graph-data-science-client
22
title: Neo4j Graph Data Science Client
3-
version: '1.15.1'
3+
version: '1.16-preview'
44
prerelease: true
55
start_page: ROOT:index.adoc
66
nav:
77
- modules/ROOT/content-nav.adoc
88
asciidoc:
99
attributes:
10-
docs-version: '1.15.1'
10+
docs-version: '1.16-preview'

doc/modules/ROOT/pages/installation.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ 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.1
20+
.1+<.^| 1.16
21+
.1+<.^| >= 2.6, < 2.18
22+
.4+<.^| >= 3.9, < 3.13
23+
.6+<.^| >= 4.4.12, < 6.0.0
24+
25+
.1+<.^| 1.15
2126
.1+<.^| >= 2.6, < 2.18
22-
.3+<.^| >= 3.9, < 3.13
23-
.5+<.^| >= 4.4.12, < 6.0.0
2427

2528
.1+<.^| 1.14
2629
.1+<.^| >= 2.6, < 2.14

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-data-science-client",
3-
"version": "1.15.1",
3+
"version": "1.16-preview",
44
"description": "Neo4j Graph Data Science Client",
55
"main": "server.js",
66
"scripts": {

doc/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ asciidoc:
5656
common-license-page-uri: https://neo4j.com/docs/license/
5757
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
5858
neo4j-docs-base-uri: https://neo4j.com/docs
59-
api-version: 1.15.1
59+
api-version: 1.16-preview
6060
# User research promo
6161
page-ad-overline-link: https://neo4j.com/docs/user-research/?ref=gds-docs
6262
page-ad-title: Join the User Research panel

doc/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ asciidoc:
5353
common-license-page-uri: https://neo4j.com/docs/license/
5454
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
5555
neo4j-docs-base-uri: https://neo4j.com/docs
56-
api-version: 1.15.1
56+
api-version: 1.16-preview
5757
# User research promo
5858
page-ad-overline-link: https://neo4j.com/docs/user-research/?ref=gds-docs
5959
page-ad-title: Join the User Research panel

graphdatascience/version.py

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

0 commit comments

Comments
 (0)