diff --git a/MANIFEST.in b/MANIFEST.in index c228f404..6cfa7f3d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,8 @@ include NEWS.rst include SECURITY.md include tox.ini include _build_meta.py +include requirements_*.in +include requirements_*.txt recursive-include src/incremental *.py include src/incremental/py.typed diff --git a/NEWS.rst b/NEWS.rst index fb40f7a0..d5fdebfa 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,4 +1,4 @@ -Incremental 21.3.0 (2024-07-25) +Incremental 24.7.0 (2024-07-25) =============================== Features @@ -20,7 +20,7 @@ Deprecations and Removals - ``incremental[scripts]`` no longer depends on Twisted. (`#88 `__) - Support for Python 2.7 has been dropped for lack of test infrastructure. We no longer provide universal wheels. (`#86 `__) -- Support for Python 3.5 has been dropped for lack of test infrastructure. (`#92 `__) +- Support for Python 3.5, 3.6, and 3.7 has been dropped for lack of test infrastructure. (`#92 `__) Incremental 22.10.0 (2022-10-15) diff --git a/src/incremental/newsfragments/101.misc b/src/incremental/newsfragments/101.misc new file mode 100644 index 00000000..e69de29b