Skip to content

Commit f2573bd

Browse files
authored
Merge pull request #95 from corva-ai/fix/DEVC-1505-fix-for-sdk-documentation-link-unacassable
fix(docs): fix documentation link issue
2 parents 8a0569e + d67ce22 commit f2573bd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.13.1] - 2025-02-17
10+
### Fixed
11+
- Documentation 404 at GitHub pages
12+
913

1014
## [1.13.0] - 2025-02-11
1115
### Added

docs/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
start_path: docs
88
branches: []
99
# branches: HEAD # Use this for local development
10-
tags: [v1.12.1]
10+
tags: [v1.13.1]
1111
asciidoc:
1212
attributes:
1313
page-toclevels: 5

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: corva-sdk
2-
version: ~
2+
version: 1.13.1
33
nav: [modules/ROOT/nav.adoc]

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.13.0"
1+
VERSION = "1.13.1"

0 commit comments

Comments
 (0)