Skip to content

Commit 6b2027b

Browse files
committed
Version 1.11.2
1 parent 7b971b4 commit 6b2027b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
10+
## [1.11.2] - 2024-01-05
11+
912
### Fixed
1013
- Most of the fields in partial merge events should be optional.
1114

@@ -367,7 +370,8 @@ env variables, that should be used to configure logging.
367370
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
368371

369372

370-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.1...master
373+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.2...master
374+
[1.11.2] https://github.com/corva-ai/python-sdk/compare/v1.11.1...v1.11.2
371375
[1.11.1] https://github.com/corva-ai/python-sdk/compare/v1.11.0...v1.11.1
372376
[1.11.0] https://github.com/corva-ai/python-sdk/compare/v1.10.0...v1.11.0
373377
[1.10.0] https://github.com/corva-ai/python-sdk/compare/v1.9.2...v1.10.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.11.1]
10+
tags: [v1.11.2]
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.11.2
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.11.1"
1+
VERSION = "1.11.2"

0 commit comments

Comments
 (0)