Skip to content

Commit 1e667d4

Browse files
committed
v0.20.0 [publish]
Signed-off-by: bigcat88 <[email protected]>
1 parent fd28177 commit 1e667d4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

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

5-
## [0.19.3 - 2025-04-28]
5+
## [0.20.0 - 2025-04-28]
6+
7+
### Changed
8+
9+
- ExApps: `nc_py_api.ex_app.events_listener.EventsListener` was removed in favor of `nc_py_api.webhooks`. #348
610

711
### Fixed
812

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.19.2"
3+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)