We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950015e commit 787dfaaCopy full SHA for 787dfaa
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 2021.6.12
4
+
5
+- Fix crash on Python 2 when reusing environments. (#450)
6
+- Hide staleness check behind a feature flag. (#451)
7
+- Group command-line options in `--help` message by function. (#442)
8
+- Avoid polluting tests with a .nox directory. (#445)
9
10
## 2021.6.6
11
12
- Add option `--no-install` to skip install commands in reused environments. (#432)
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name="nox",
23
- version="2021.6.6",
+ version="2021.6.12",
24
description="Flexible test automation.",
25
long_description=long_description,
26
url="https://nox.thea.codes",
0 commit comments