Skip to content

Commit 18c5077

Browse files
committed
Created release.
1 parent 5ae03ca commit 18c5077

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@ env variables, that should be used to configure logging.
350350
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
351351

352352

353-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.9.2...master
353+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.10.0...master
354+
[1.10.0] https://github.com/corva-ai/python-sdk/compare/v1.9.2...v1.10.0
354355
[1.9.2] https://github.com/corva-ai/python-sdk/compare/v1.9.1...v1.9.2
355356
[1.9.1] https://github.com/corva-ai/python-sdk/compare/v1.9.0...v1.9.1
356357
[1.9.0] https://github.com/corva-ai/python-sdk/compare/v1.8.1...v1.9.0

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.9.2]
10+
tags: [v1.10.0]
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.10.0
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.9.2"
1+
VERSION = "1.10.0"

0 commit comments

Comments
 (0)