Skip to content

Commit a38ab36

Browse files
committed
feat(DEVC-2097): tiny CI fix
1 parent 0e118d3 commit a38ab36

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "corva-sdk"
77
description = "SDK for building Corva DevCenter Python apps."
88
readme = "README.md"
9-
version = "1.16.0"
9+
version = "1.16.1"
1010
license = { text = "The Unlicense" }
1111
authors = [
1212
{ name = "Jordan Ambra", email = "jordan.ambra@corva.ai" }

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.16.0"
1+
VERSION = "1.16.1"

0 commit comments

Comments
 (0)