Skip to content

Commit

Permalink
Release Incremental 24.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jul 29, 2024
1 parent 380e669 commit 32be98f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Incremental 24.7.2 (2024-07-29)
===============================

Bugfixes
--------

- Incremental could mis-identify that a project had opted in to version management.

If a ``pyproject.toml`` in the current directory contained a ``[project]`` table with a ``name`` key, but did not contain the opt-in ``[tool.incremental]`` table, Incremental would still treat the file as if the opt-in were present and attempt to validate the configuration. This could happen in contexts outside of packaging, such as when creating a virtualenv. When operating as a setuptools plugin Incremental now always ignores invalid configuration, such as configuration that doesn't match the content of the working directory. (`#106 <https://github.com/twisted/incremental/issues/106>`__)


Incremental 24.7.1 (2024-07-27)
===============================

Expand Down
2 changes: 1 addition & 1 deletion src/incremental/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("Incremental", 24, 7, 1)
__version__ = Version("Incremental", 24, 7, 2)
__all__ = ["__version__"]
3 changes: 0 additions & 3 deletions src/incremental/newsfragments/106.bugfix

This file was deleted.

0 comments on commit 32be98f

Please sign in to comment.