diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffbf5f8a..cb4cf6eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Unreleased -- fix: only delete files successfully downloaded +## 1.13.0 (2023-04-21) + +- fix: only delete files successfully downloaded [#614](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/614) ## 1.12.0 (2023-03-10) diff --git a/README.md b/README.md index d158cd3f5..d081d68d4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ There are three ways to run `icloudpd`: Docker automatically pulls images from the remote repository if necessary. To download explicitely, e.g. to force version update, use: ```sh -docker pull icloudpd/icloudpd:1.12.0 +docker pull icloudpd/icloudpd:1.13.0 ``` ### Running from the source @@ -219,7 +219,7 @@ Now the script will run every 6 hours to download any new photos and videos. ## Docker -This script is available in a Docker image: `docker pull icloudpd/icloudpd:1.12.0` +This script is available in a Docker image: `docker pull icloudpd/icloudpd:1.13.0` Usage (Downloads all photos to ./Photos): diff --git a/setup.py b/setup.py index dd5a7a7b6..be1b174fb 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="icloudpd", - version="1.12.0", + version="1.13.0", url="https://github.com/icloud-photos-downloader/icloud_photos_downloader", description=( "icloudpd is a command-line tool to download photos and videos from iCloud."