Skip to content

Commit 39263a6

Browse files
Release v1.7.3 (#537)
* preparing v1.7.3 * add details to changelog * exclude quality checks on tag pushes
1 parent b00d4f2 commit 39263a6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Quality Checks
55

66
on:
77
push:
8-
# branches: [ master ]
8+
branches:
9+
- '**'
910
pull_request:
1011
# branches: [ master ]
1112
workflow_dispatch:

CHANGELOG.md

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

33
## Unreleased
44

5+
## 1.7.3 (2022-01-20)
6+
57
- deprecating python 3.6
6-
- experimental: package icloudpd as one executable [#146](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/146)
8+
- experimental: package `icloudpd` & `icloud` as executables [#146](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/146)
79

810
## 1.7.2 (2021-01-16)
911

setup.py

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

66
setup(
77
name="icloudpd",
8-
version="1.7.2",
8+
version="1.7.3",
99
url="https://github.com/icloud-photos-downloader/icloud_photos_downloader",
1010
description=(
1111
"icloudpd is a command-line tool to download photos and videos from iCloud."

0 commit comments

Comments
 (0)