Skip to content

Commit acf0a46

Browse files
committed
v0.18.0 [publish]
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 39aa8db commit acf0a46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010

1111
### Fixed
1212

13-
- Files: `user` and `user_path` properties in `FSNode` when Nextcloud located in in sub-path. #297 Thanks to @vwbusguy
13+
- Files: `user` and `user_path` properties in `FSNode` when Nextcloud located in the sub-path. #297 Thanks to @vwbusguy
1414
- `files.download_directory_as_zip` method now supports upcoming Nextcloud 31. #304
1515

1616
## [0.17.1 - 2024-09-06]

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.18.0.dev0"
3+
__version__ = "0.18.0"

0 commit comments

Comments
 (0)