Skip to content

Commit

Permalink
Update version to 1.6.2. Added CHANGELOG to start recording updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Oct 23, 2020
1 parent 97f07ad commit fa69840
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Unreleased

## 1.6.2 (2020-10-23)

- Began recording updates in `CHANGELOG.md`
- fix: reduce chances of IOErrors by changing default --threads_num to 1 #155, #163
- fix: reduce chances of errors due to missing required parameters #175
- fix: missing downloading process by upgrading tqdm dependency #167

--------------------------------------------

## Earlier Versions

Please refer to the commit history in GitHub:
https://github.com/icloud-photos-downloader/icloud_photos_downloader/commits/master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="icloudpd",
version="1.6.1",
version="1.6.2",
url="https://github.com/ndbroadbent/icloud_photos_downloader",
description=(
"icloudpd is a command-line tool to download photos and videos from iCloud."
Expand Down

0 comments on commit fa69840

Please sign in to comment.