Skip to content

Commit

Permalink
Release 2018.10.9 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes authored Oct 10, 2018
1 parent ee4e7f5 commit 6c70b36
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 2018.10.9

Breaking changes:

- Skip sessions with missing interpreters. Previously, missing interpreters would cause a failed session. Now they just cause a warning. The previous behavior can be used via `--error-on-missing-interpreters`. (#140)

New features:

- Add session.python property.

Other changes:

- Fix some warnings about escape sequences.
- Group command line args by usage for readability.
- Blacklist more Tox env vars in nox-to-tox.
- Documentation fixes, spelling, etc. (#134)
- Mention stickers in the contributors guide.
- Mention Invoke as a Nox alternative.


## 2018.9.14

- Check for ``NOXSESSION`` environment variable (#121)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="nox",
version="2018.9.14",
version="2018.10.9",
description="Flexible test automation.",
long_description=long_description,
url="https://nox.thea.codes",
Expand Down

0 comments on commit 6c70b36

Please sign in to comment.