Skip to content

Commit a5d47ce

Browse files
v1.13.0 (#627)
1 parent 3ed662d commit a5d47ce

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
- fix: only delete files successfully downloaded
5+
## 1.13.0 (2023-04-21)
6+
7+
- fix: only delete files successfully downloaded [#614](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/614)
68

79
## 1.12.0 (2023-03-10)
810

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are three ways to run `icloudpd`:
1919
Docker automatically pulls images from the remote repository if necessary. To download explicitely, e.g. to force version update, use:
2020

2121
```sh
22-
docker pull icloudpd/icloudpd:1.12.0
22+
docker pull icloudpd/icloudpd:1.13.0
2323
```
2424

2525
### Running from the source
@@ -219,7 +219,7 @@ Now the script will run every 6 hours to download any new photos and videos.
219219
220220
## Docker
221221

222-
This script is available in a Docker image: `docker pull icloudpd/icloudpd:1.12.0`
222+
This script is available in a Docker image: `docker pull icloudpd/icloudpd:1.13.0`
223223

224224
Usage (Downloads all photos to ./Photos):
225225

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="icloudpd",
13-
version="1.12.0",
13+
version="1.13.0",
1414
url="https://github.com/icloud-photos-downloader/icloud_photos_downloader",
1515
description=(
1616
"icloudpd is a command-line tool to download photos and videos from iCloud."

0 commit comments

Comments
 (0)