File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.16.1] - 2026-01-15
10+ ### CI
11+ - fix ` actions/setup-python ` usage
12+
13+
914## [ 1.16.0] - 2026-01-15
1015### Dependency
1116- Upgraded internal dependency ` redis ` to version ` redis >=7.1.0, <8.0.0 `
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " corva-sdk"
77description = " SDK for building Corva DevCenter Python apps."
88readme = " README.md"
9- version = " 1.16.0 "
9+ version = " 1.16.1 "
1010license = { text = " The Unlicense" }
1111authors = [
1212 { name = " Jordan Ambra" , email = " jordan.ambra@corva.ai" }
Original file line number Diff line number Diff line change 1- VERSION = "1.16.0 "
1+ VERSION = "1.16.1 "
You can’t perform that action at this time.
0 commit comments