Release preparation for version 2.25.2

This commit is contained in:
github-actions[bot]
2026-04-06 10:30:38 +00:00
parent fb8b5699f2
commit 4fe2f6d2b4
182 changed files with 483 additions and 188 deletions

View File

@@ -1,3 +1,9 @@
## 7.0.4
### Bug Fixes
- Fixed the resolution of relative imports such as `from . import helper` inside namespace packages (directories without an `__init__.py` file), which previously did not work correctly, leading to missing flow.
## 7.0.3
No user-facing changes.

View File

@@ -1,5 +1,5 @@
---
category: fix
---
## 7.0.4
### Bug Fixes
- Fixed the resolution of relative imports such as `from . import helper` inside namespace packages (directories without an `__init__.py` file), which previously did not work correctly, leading to missing flow.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 7.0.3
lastReleaseVersion: 7.0.4

View File

@@ -1,5 +1,5 @@
name: codeql/python-all
version: 7.0.4-dev
version: 7.0.4
groups: python
dbscheme: semmlecode.python.dbscheme
extractor: python