Skip to content

Commit

Permalink
Merge pull request #265 from unixorn/release-0.16
Browse files Browse the repository at this point in the history
Release 0.16
  • Loading branch information
unixorn authored Oct 19, 2024
2 parents cf45075 + 578cab2 commit 052e991
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/awesomebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
fetch-depth: 0
- uses: docker://dkhamsing/awesome_bot:latest
with:
args: /github/workspace/README.md --allow-ssl --allow 500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io
args: /github/workspace/README.md --allow-ssl --allow 500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io,http://camera.local/latest.jpg
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "ha-mqtt-discoverable"
version = "0.15.0"
description = ""
version = "0.16.0"
description = "Python library for creating MQTT entities compatible with Home Assistant"
authors = ["Joe Block <[email protected]>"]
readme = "README.md"
packages = [{include = "ha_mqtt_discoverable"}]
Expand Down

0 comments on commit 052e991

Please sign in to comment.