SCANPY-239 Changed version to 1.4.0#304
Conversation
SummaryBumps the package version from 1.3.1 to 1.4.0 in pyproject.toml. This is a minor version increment, which typically indicates new features or enhancements without breaking changes. What reviewers should knowThis PR contains only a single-line change in pyproject.toml—the version field. As a straightforward version bump with no code modifications, review is minimal: verify that 1.4.0 is the intended next version and check that any related release documentation (CHANGELOG, release notes) exists in the base branch or will be added separately. No functional changes to audit.
|
thomas-serre-sonarsource
left a comment
There was a problem hiding this comment.
LGTM but take a look at my small comment before merging :)
| [[tool.poetry.packages]] | ||
| from = 'src' | ||
| include = 'pysonar_scanner' | ||
|
|
There was a problem hiding this comment.
is it intentional to remove this line? keeping an extra blank line looks more coherent with the file
|





No description provided.