Skip to content

Commit 2f0c78d

Browse files
committed
prepare for release
1 parent ef491dd commit 2f0c78d

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,8 @@ 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+
## [1.14.0] - 2025-04-17
810
### Fixed
911
- merge_events parameter for scheduled data time apps should result in correct start/end times in a final app event.
1012

@@ -403,7 +405,9 @@ env variables, that should be used to configure logging.
403405
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
404406

405407

406-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.13.0...master
408+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.14.0...master
409+
[1.14.0] https://github.com/corva-ai/python-sdk/compare/v1.13.1...v1.14.0
410+
[1.13.1] https://github.com/corva-ai/python-sdk/compare/v1.13.0...v1.13.1
407411
[1.13.0] https://github.com/corva-ai/python-sdk/compare/v1.12.1...v1.13.0
408412
[1.12.1] https://github.com/corva-ai/python-sdk/compare/v1.12.0...v1.12.1
409413
[1.12.0] https://github.com/corva-ai/python-sdk/compare/v1.11.4...v1.12.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.13.1]
10+
tags: [v1.14.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.14.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.13.1"
1+
VERSION = "1.14.0"

0 commit comments

Comments
 (0)