Skip to content

Commit 97006ce

Browse files
xafgithub-actions[bot]
authored andcommitted
🔖🐛 Release version 1.6.1
1 parent e040f1b commit 97006ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ You can refer to the [README](https://github.com/XaF/qolsysgw#readme) for the de
4040
{% else -%}
4141
{% set parsed_version = version_installed.split('-')[0].replace('v', '').split('.') | map('int') | list -%}
4242
## ChangeLog
43-
{% if true -%}
44-
### _Next (dev)_
43+
{% if parsed_version < [1, 6, 1] -%}
44+
### Version 1.6.1
4545

4646
* 🐛 **[bugfix]** fix: support appdaemon 4.5+ (#176)
4747
{% endif %}

0 commit comments

Comments
 (0)