Skip to content

Commit 787dfaa

Browse files
authored
Release 2021.6.12 (#452)
1 parent 950015e commit 787dfaa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 2021.6.6
411

512
- Add option `--no-install` to skip install commands in reused environments. (#432)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="nox",
23-
version="2021.6.6",
23+
version="2021.6.12",
2424
description="Flexible test automation.",
2525
long_description=long_description,
2626
url="https://nox.thea.codes",

0 commit comments

Comments
 (0)