diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad88c56..23850f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2024.02.06 +## 2025.02.09 This release improves PEP 723 support, including adding dependencies to the noxfile itself ("plugins"). It adds the long-awaited "requires" option, allowing sessions to require other sessions. And it brings further improvements to the `pyproject.toml` support, including helpers for dependency-groups and Python version lists. diff --git a/pyproject.toml b/pyproject.toml index c52a5e06..8b3ccba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "nox" -version = "2024.10.09" +version = "2025.02.09" description = "Flexible test automation." readme = "README.md" keywords = [