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 6d86156 commit 9518a89Copy full SHA for 9518a89
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
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
15
## [0.20.2 - 2025-05-28]
16
17
### Added
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.20.2"
+__version__ = "0.21.0"
0 commit comments