Skip to content

Commit 1c0b930

Browse files
committed
Version 1.9.2
1 parent 2d7322f commit 1c0b930

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.9.2] - 2023-10-25
11+
912
### Fixed
1013
- issue with `insert_data` method not working when trying to insert data into any dataset.
1114

@@ -341,7 +344,8 @@ env variables, that should be used to configure logging.
341344
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
342345

343346

344-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.9.1...master
347+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.9.2...master
348+
[1.9.2] https://github.com/corva-ai/python-sdk/compare/v1.9.1...v1.9.2
345349
[1.9.1] https://github.com/corva-ai/python-sdk/compare/v1.9.0...v1.9.1
346350
[1.9.0] https://github.com/corva-ai/python-sdk/compare/v1.8.1...v1.9.0
347351
[1.8.1] https://github.com/corva-ai/python-sdk/compare/v1.8.0...v1.8.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.9.1]
10+
tags: [v1.9.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.9.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.9.1"
1+
VERSION = "1.9.2"

0 commit comments

Comments
 (0)