Skip to content

Commit f55ff96

Browse files
committed
Python: Bump extractor version and add change note
1 parent 458f857 commit f55ff96

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.5"
13+
VERSION = "7.1.6"
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+
- Fixed a bug in the Python extractor's import handling where failing to find an import in `find_module` would cause a `KeyError` to be raised. (Contributed by @akoeplinger.)

0 commit comments

Comments
 (0)