Skip to content

Commit d6ca6b3

Browse files
committed
v0.24.1 [publish]
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent c54b64a commit d6ca6b3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.24.1 - 2026-02-25]
6+
7+
### Fixed
8+
9+
- ExApps: Use FileLock with atomic rename for safe concurrent model downloads. #396
10+
- Upgrade `caldav` dependency for `icalendar` 7.x compatibility. #397
11+
512
## [0.24.0 - 2026-02-04]
613

714
### 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.24.0"
3+
__version__ = "0.24.1"

0 commit comments

Comments
 (0)