Skip to content

Commit

Permalink
Merge pull request #15 from unfoldedcircle/build/zeroconf-dep
Browse files Browse the repository at this point in the history
Release 0.1.5
  • Loading branch information
zehnm authored Feb 28, 2024
2 parents ce76867 + d6113f4 commit 89c7e22
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ _Changes in the next release_

---

## v0.1.5 - 2024-02-28
### Changed
- Allow newer zeroconf versions than 0.120.0 (e.g. pyatv 0.14.5 requires 0.131.0).

## v0.1.4 - 2024-02-27
### Added
- Media-player entity features ([core-api/#32](https://github.com/unfoldedcircle/core-api/issues/32)):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requires-python = ">=3.10"
dependencies = [
"pyee>=9.0",
"websockets>=11.0",
"zeroconf~=0.120.0",
"zeroconf>=0.120.0",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

pyee>=9.0
websockets>=11.0
zeroconf~=0.120.0
zeroconf>=0.120.0

0 comments on commit 89c7e22

Please sign in to comment.