Skip to content

Commit

Permalink
Release v1.7.3 (#537)
Browse files Browse the repository at this point in the history
* preparing v1.7.3

* add details to changelog

* exclude quality checks on tag pushes
  • Loading branch information
AndreyNikiforov authored Jan 20, 2023
1 parent b00d4f2 commit 39263a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Quality Checks

on:
push:
# branches: [ master ]
branches:
- '**'
pull_request:
# branches: [ master ]
workflow_dispatch:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## Unreleased

## 1.7.3 (2022-01-20)

- deprecating python 3.6
- experimental: package icloudpd as one executable [#146](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/146)
- experimental: package `icloudpd` & `icloud` as executables [#146](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/146)

## 1.7.2 (2021-01-16)

Expand Down
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.7.2",
version="1.7.3",
url="https://github.com/icloud-photos-downloader/icloud_photos_downloader",
description=(
"icloudpd is a command-line tool to download photos and videos from iCloud."
Expand Down

0 comments on commit 39263a6

Please sign in to comment.