Skip to content

Commit

Permalink
Release 2025.02.09
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Feb 9, 2025
1 parent 433ad2f commit a74da2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "nox"
version = "2024.10.09"
version = "2025.02.09"
description = "Flexible test automation."
readme = "README.md"
keywords = [
Expand Down

0 comments on commit a74da2c

Please sign in to comment.