Skip to content

Commit

Permalink
Created release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbagmet committed Nov 8, 2023
1 parent 5ae03ca commit 18c5077
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ env variables, that should be used to configure logging.
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.


[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.9.2...master
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.10.0...master
[1.10.0] https://github.com/corva-ai/python-sdk/compare/v1.9.2...v1.10.0
[1.9.2] https://github.com/corva-ai/python-sdk/compare/v1.9.1...v1.9.2
[1.9.1] https://github.com/corva-ai/python-sdk/compare/v1.9.0...v1.9.1
[1.9.0] https://github.com/corva-ai/python-sdk/compare/v1.8.1...v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion docs/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
start_path: docs
branches: []
# branches: HEAD # Use this for local development
tags: [v1.9.2]
tags: [v1.10.0]
asciidoc:
attributes:
page-toclevels: 5
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: corva-sdk
version: ~
version: 1.10.0
nav: [modules/ROOT/nav.adoc]
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.9.2"
VERSION = "1.10.0"

0 comments on commit 18c5077

Please sign in to comment.