Skip to content

Commit 59807dc

Browse files
xafgithub-actions[bot]
authored andcommitted
🔖🐛 Release version 1.5.2
1 parent a57af96 commit 59807dc

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, 5, 2] -%}
44+
### Version 1.5.2
4545

4646
* 🐛 **[bugfix]** fix: 🐛 add filtering to the logger override
4747
{% endif %}

0 commit comments

Comments
 (0)