From 6c70b36c40392521dfcd76682ed1cf6438313699 Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Tue, 9 Oct 2018 21:52:25 -0700 Subject: [PATCH] Release 2018.10.9 (#144) --- CHANGELOG.md | 20 ++++++++++++++++++++ setup.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e24a132..8e4c1064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index 56a81e52..2c2121b6 100644 --- a/setup.py +++ b/setup.py @@ -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",