Skip to content

Commit 48c9113

Browse files
committed
v0.21.1 [publish]
Signed-off-by: bigcat88 <[email protected]>
1 parent f680790 commit 48c9113

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.21.1 - 2025-08-27]
6+
7+
### Changed
8+
9+
- ExApps: Now exception is raised during model download if there was error to prevent incorrect ExApp installation. #376
10+
11+
### Fixed
12+
13+
- ExApps: Broken models download ue a typo in the previous PRs. #376
14+
515
## [0.21.0 - 2025-08-26]
616

717
### Added

nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.21.0"
3+
__version__ = "0.21.1"

0 commit comments

Comments
 (0)