Python: Bump extractor version and add change note

This commit is contained in:
Taus
2026-02-05 13:50:54 +00:00
parent 12ee93042b
commit 8c27437628
2 changed files with 6 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ from io import BytesIO
#Semantic version of extractor.
#Update this if any changes are made
VERSION = "7.1.7"
VERSION = "7.1.8"
PY_EXTENSIONS = ".py", ".pyw"

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- Using `=` as a fill character in a format specifier (e.g `f"{x:=^20}"`) now no longer results in a syntax error during parsing.