Make f-strings backward compatible for Python < 3.12

This commit is contained in:
2026-03-12 22:10:51 +01:00
parent b00e5d9829
commit 264f8a0083
3 changed files with 14 additions and 10 deletions
+3
View File
@@ -84,5 +84,8 @@ For the full documentation, see the Python docstrings.
## Changelog
### Version 0.1.1
- backward compatibility for Python < 3.12: in Python < 3.12, f-string expression parts could not contain backslashes. The code contained an f-string with backslahes in the expression part. As an alternative to the f-string, normal strings are concatenated now.
### Version 0.1.0
- Changed the name from `config-parser` to `jcloud-config-parser`