Skip to content

Commit c6ace9f

Browse files
committed
Revert "Bump docs version following 1.6 branch"
This reverts commit 2ef7dbd.
1 parent 2ef7dbd commit c6ace9f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/antora.yml

Lines changed: 3 additions & 3 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.7'
4-
display_version: '1.7-preview'
3+
version: '1.6'
4+
display_version: '1.6'
55
start_page: ROOT:index.adoc
66
nav:
77
- modules/ROOT/content-nav.adoc
88
asciidoc:
99
attributes:
10-
docs-version: '1.7'
10+
docs-version: '1.6'

doc/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
sources:
88
- url: ../
99
start_path: doc
10-
branches: ['1.2', '1.3', '1.4', '1.5', '1.6', 'main']
10+
branches: ['1.2', '1.3', '1.4', '1.5', 'main']
1111
include: doc/
1212
exclude:
1313
- '!**/_includes/*'

graphdatascience/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7a1"
1+
__version__ = "1.6"

0 commit comments

Comments
 (0)