Skip to content

Commit

Permalink
Merge pull request #89 from corva-ai/release/v1.11.4
Browse files Browse the repository at this point in the history
Prepared release
  • Loading branch information
vladbagmet authored Feb 8, 2024
2 parents f499b0a + f13dcfd commit f0125c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [1.11.4] - 2024-02-08
### Fixed
- Now "version" field represents not schema version but rather the version of rerun and can be any integer.

Expand Down Expand Up @@ -377,7 +380,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.11.3...master
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.4...master
[1.11.4] https://github.com/corva-ai/python-sdk/compare/v1.11.3...v1.11.2
[1.11.3] https://github.com/corva-ai/python-sdk/compare/v1.11.2...v1.11.3
[1.11.2] https://github.com/corva-ai/python-sdk/compare/v1.11.1...v1.11.2
[1.11.1] https://github.com/corva-ai/python-sdk/compare/v1.11.0...v1.11.1
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.11.3]
tags: [v1.11.4]
asciidoc:
attributes:
page-toclevels: 5
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.11.3"
VERSION = "1.11.4"

0 comments on commit f0125c1

Please sign in to comment.