Skip to content

Commit dc733eb

Browse files
committed
v0.20.1 [publish]
Signed-off-by: bigcat88 <[email protected]>
1 parent f0ec9d0 commit dc733eb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [0.20.1 - 2025-05-06]
6+
7+
### Fixed
8+
9+
- ExApps: `AppAPIAuthMiddleware`: correct handling of `disable_for` parameter. #357 Thanks to @BerengarWLehr
10+
511
## [0.20.0 - 2025-04-28]
612

713
### Changed

nc_py_api/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.20.1.dev0"
3+
__version__ = "0.20.1"

0 commit comments

Comments
 (0)