Skip to content

Commit a6d3247

Browse files
committed
Release v0.19.0
1 parent 9dfa4c2 commit a6d3247

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.19.0
2+
3+
* Add missing parameter in docs (#89)
4+
* Don't skip install commands when re-using existing virtualenvs. (#86)
5+
* Add --nocolor and --forcecolor options (#85)
6+
* Simulating `unittest.mock` backport in the Python 2 standard library. (#81)
7+
* Fixing tox-to-nox docs reference. (#80)
8+
* Removing patch of `py.exe` on AppVeyor. (#74)
9+
* Adding Python 3.6 to AppVeyor. (#69)
10+
* Adding AppVeyor badge to README. (#70)
11+
112
## v0.18.2
213

314
* On Windows, use the `py.exe` [launcher][2] (e.g. `py.exe -2.7`) to locate

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.18.2',
26+
version='0.19.0',
2727

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

0 commit comments

Comments
 (0)