Skip to content

Commit 52ca729

Browse files
committed
Prepared release
1 parent 34387dc commit 52ca729

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [1.11.3] - 2024-02-07
811
### Fixed
912
- Filter out records with `None` data from stream time records.
1013

@@ -372,7 +375,8 @@ env variables, that should be used to configure logging.
372375
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
373376

374377

375-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.2...master
378+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.3...master
379+
[1.11.3] https://github.com/corva-ai/python-sdk/compare/v1.11.2...v1.11.3
376380
[1.11.2] https://github.com/corva-ai/python-sdk/compare/v1.11.1...v1.11.2
377381
[1.11.1] https://github.com/corva-ai/python-sdk/compare/v1.11.0...v1.11.1
378382
[1.11.0] https://github.com/corva-ai/python-sdk/compare/v1.10.0...v1.11.0

docs/antora-playbook.yml

+1-1
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.2]
10+
tags: [v1.11.3]
1111
asciidoc:
1212
attributes:
1313
page-toclevels: 5

docs/antora.yml

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

src/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.11.2"
1+
VERSION = "1.11.3"

0 commit comments

Comments
 (0)