Skip to content

Commit 9518a89

Browse files
committed
v0.21.0 [publish]
Signed-off-by: bigcat88 <[email protected]>
1 parent 6d86156 commit 9518a89

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.0 - 2025-08-26]
6+
7+
### Added
8+
9+
- Added wipe method to UsersAPI. #368 Thanks to @MrAalen
10+
11+
### Changed
12+
13+
- Switch from `httpx` library to the `niquests` library. #375 Thanks to @Ousret
14+
515
## [0.20.2 - 2025-05-28]
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.20.2"
3+
__version__ = "0.21.0"

0 commit comments

Comments
 (0)