Skip to content

Commit 98561bb

Browse files
committed
Release 2023.04.23
1 parent 9ab9f1b commit 98561bb

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## 2023.04.22
44

55
We'd like to thank the following folks who contributed to this release:
6-
- @crwilcox
7-
- @dcermak
8-
- @edgarrmondragon
9-
- @FollowTheProcess
10-
- @henryiii
11-
- @reaperhulk
12-
- @scop
6+
- @crwilcox
7+
- @dcermak
8+
- @edgarrmondragon
9+
- @FollowTheProcess
10+
- @henryiii
11+
- @reaperhulk
12+
- @scop
1313

1414
New Features:
1515
- Add support for `NOXPYTHON`, `NOXEXTRAPYTHON` and `NOXFORCEPYTHON` by @edgarrmondragon in https://github.com/wntrblm/nox/pull/688

nox/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class InvalidVersionSpecifier(Exception):
3737

3838
def get_nox_version() -> str:
3939
"""Return the version of the installed Nox package."""
40-
return metadata.version("nox")
40+
return metadata.version("nox") # type: ignore[no-untyped-call, no-any-return]
4141

4242

4343
def _parse_string_constant(node: ast.AST) -> str | None: # pragma: no cover

0 commit comments

Comments
 (0)