There was an error while loading. Please reload this page.
1 parent 7b37dc6 commit f875256Copy full SHA for f875256
2 files changed
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+## v0.18.0
2
+
3
+* Blacklist problematic virtualenv environment variables (#49)
4
+* Use `python -m virtualenv` to invoke virtualenv (#47)
5
+* Making sure all `Command`s use run in `__call__`. (#48)
6
+* Addition of `session.notify`. (#39)
7
+* Refactor the list of sessions into a manifest class. (#38)
8
+* Changed some instances of session to be plural (#37)
9
+* Small documentation updates (#36)
setup.py
@@ -23,7 +23,7 @@
23
setup(
24
name='nox-automation',
25
26
- version='0.17.0',
+ version='0.18.0',
27
28
description='Flexible test automation.',
29
long_description=long_description,
0 commit comments