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 f6eeee0 commit 4d74802Copy full SHA for 4d74802
.github/workflows/docker.yml
@@ -34,9 +34,9 @@ jobs:
34
file: ./demo/Dockerfile
35
tags: |
36
benleb/automoli:latest
37
- benleb/automoli:0.9.0b1
+ benleb/automoli:0.9.0
38
ghcr.io/benleb/ad-automoli:latest
39
- ghcr.io/benleb/ad-automoli:0.9.0b1
+ ghcr.io/benleb/ad-automoli:0.9.0
40
platforms: |
41
linux/amd64
42
linux/arm/v7
apps/automoli/automoli.py
@@ -17,7 +17,7 @@
17
import hassapi as hass
18
19
20
-__version__ = "0.9.0b1"
+__version__ = "0.9.0"
21
22
APP_NAME = "AutoMoLi"
23
APP_ICON = "💡"
0 commit comments