Skip to content

Commit 6b0a926

Browse files
committed
Temporarily switch to 1.15.1
(cherry picked from commit 6cefafc)
1 parent c6e75ef commit 6b0a926

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

doc/antora.yml

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

doc/modules/ROOT/pages/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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
20+
.1+<.^| 1.15.1
2121
.1+<.^| >= 2.6, < 2.18
2222
.3+<.^| >= 3.9, < 3.13
2323
.5+<.^| >= 4.4.12, < 6.0.0

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",
3+
"version": "1.15.1",
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
59+
api-version: 1.15.1
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

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+
__version__ = "1.15.1"
22
__min_server_version__ = "2.6.0" # matches installation.adoc

0 commit comments

Comments
 (0)