We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f680790 commit 48c9113Copy full SHA for 48c9113
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
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
15
## [0.21.0 - 2025-08-26]
16
17
### Added
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.21.0"
+__version__ = "0.21.1"
0 commit comments