We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aa8db commit acf0a46Copy full SHA for acf0a46
CHANGELOG.md
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
10
11
### Fixed
12
13
-- Files: `user` and `user_path` properties in `FSNode` when Nextcloud located in in sub-path. #297 Thanks to @vwbusguy
+- Files: `user` and `user_path` properties in `FSNode` when Nextcloud located in the sub-path. #297 Thanks to @vwbusguy
14
- `files.download_directory_as_zip` method now supports upcoming Nextcloud 31. #304
15
16
## [0.17.1 - 2024-09-06]
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
2
3
-__version__ = "0.18.0.dev0"
+__version__ = "0.18.0"
0 commit comments