Skip to content

Commit f875256

Browse files
author
Jon Wayne Parrott
authored
Release v0.18.0 (#50)
* Release v0.18.0 * Formatting
1 parent 7b37dc6 commit f875256

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='nox-automation',
2525

26-
version='0.17.0',
26+
version='0.18.0',
2727

2828
description='Flexible test automation.',
2929
long_description=long_description,

0 commit comments

Comments
 (0)