Skip to content

Commit 73d14b1

Browse files
committed
Release 2021.10.1
1 parent e679b77 commit 73d14b1

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 2021.10.1
4+
5+
New features:
6+
- Add `session.warn` to output warnings (#482)
7+
- Add a shared session cache directory (#476)
8+
- Add `session.invoked_from` (#472)
9+
10+
Improvements:
11+
- Conda logs now respect `nox.options.verbose` (#466)
12+
- Add `session.notify` example to docs (#467)
13+
- Add friendlier message if no `noxfile.py` is found (#463)
14+
- Show the `noxfile.py` docstring when using `nox -l` (#459)
15+
- Mention more projects that use Nox in the docs (#460)
16+
17+
Internal changes:
18+
- Move configs into pyproject.toml or setup.cfg (flake8) (#484)
19+
- Decouple `test_session_completer` from project level noxfile (#480)
20+
- Run Flynt to convert str.format to f-strings (#464)
21+
- Add python 3.10.0-rc2 to GitHub Actions (#475, #479)
22+
- Simplify CI build (#461)
23+
- Use PEP 517 build system, remove `setup.py`, use `setup.cfg` (#456, #457, #458)
24+
- Upgrade to mypy 0.902 (#455)
25+
26+
Special thanks to our contributors:
27+
- @henryiii
28+
- @cjolowicz
29+
- @FollowTheProcess
30+
- @franekmagiera
31+
- @DiddiLeija
32+
333
## 2021.6.12
434

535
- Fix crash on Python 2 when reusing environments. (#450)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = nox
3-
version = 2021.6.12
3+
version = 2021.10.1
44
description = Flexible test automation.
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)