Skip to content

Commit 8c27437

Browse files
committed
Python: Bump extractor version and add change note
1 parent 12ee930 commit 8c27437

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

python/extractor/semmle/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#Semantic version of extractor.
1212
#Update this if any changes are made
13-
VERSION = "7.1.7"
13+
VERSION = "7.1.8"
1414

1515
PY_EXTENSIONS = ".py", ".pyw"
1616

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: fix
3+
---
4+
5+
- Using `=` as a fill character in a format specifier (e.g `f"{x:=^20}"`) now no longer results in a syntax error during parsing.

0 commit comments

Comments
 (0)