Skip to content

Commit

Permalink
Release Incremental 24.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jul 27, 2024
1 parent 7a0117f commit 95769c5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Incremental 24.7.1 (2024-07-27)
===============================

Bugfixes
--------

- Incremental 24.7.0 would produce an error when parsing the ``pyproject.toml`` of a project that lacked the ``use_incremental=True`` or ``[tool.incremental]`` opt-in markers if that file lacked a ``[project]`` section containing the package name. This could cause a project that only uses ``pyproject.toml`` to configure tools to fail to build if Incremental is installed. Incremental now ignores such projects. (`#100 <https://github.com/twisted/incremental/issues/100>`__)


Misc
----

- `#101 <https://github.com/twisted/incremental/issues/101>`__


Incremental 24.7.0 (2024-07-25)
===============================

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, 0)
__version__ = Version("Incremental", 24, 7, 1)
__all__ = ["__version__"]
1 change: 0 additions & 1 deletion src/incremental/newsfragments/100.bugfix

This file was deleted.

Empty file.

0 comments on commit 95769c5

Please sign in to comment.