diff --git a/CHANGELOG.md b/CHANGELOG.md index 588424e6..1c1a1adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. ### Fixed -- 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 - `files.download_directory_as_zip` method now supports upcoming Nextcloud 31. #304 ## [0.17.1 - 2024-09-06] diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index abaed9bd..2ebc732e 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.18.0.dev0" +__version__ = "0.18.0"