We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047f0aa commit 535fea4Copy full SHA for 535fea4
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.7.2 (2021-01-16)
6
+
7
- fix: smtp server_hostname cannot be an empty [#227](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/227)
8
- fix: Warning for missing `tzinfo` in Docker image removed by adding `tzinfo`-package.
9
[#286](https://github.com/icloud-photos-downloader/icloud_photos_downloader/pull/286)
setup.py
@@ -5,7 +5,7 @@
setup(
name="icloudpd",
- version="1.7.1",
+ version="1.7.2",
url="https://github.com/icloud-photos-downloader/icloud_photos_downloader",
10
description=(
11
"icloudpd is a command-line tool to download photos and videos from iCloud."
0 commit comments