Skip to content

Commit 8f0d653

Browse files
committed
Prepared release
1 parent f499b0a commit 8f0d653

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
@@ -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.4] - 2024-02-08
811
### Fixed
912
- Now "version" field represents not schema version but rather the version of rerun and can be any integer.
1013

@@ -377,7 +380,8 @@ env variables, that should be used to configure logging.
377380
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
378381

379382

380-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.3...master
383+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.4...master
384+
[1.11.4] https://github.com/corva-ai/python-sdk/compare/v1.11.3...v1.11.2
381385
[1.11.3] https://github.com/corva-ai/python-sdk/compare/v1.11.2...v1.11.3
382386
[1.11.2] https://github.com/corva-ai/python-sdk/compare/v1.11.1...v1.11.2
383387
[1.11.1] https://github.com/corva-ai/python-sdk/compare/v1.11.0...v1.11.1

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.3]
10+
tags: [v1.11.4]
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.4
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.3"
1+
VERSION = "1.11.4"

0 commit comments

Comments
 (0)