There was an error while loading. Please reload this page.
1 parent 9dfa4c2 commit a6d3247Copy full SHA for a6d3247
2 files changed
CHANGELOG.md
@@ -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
12
## v0.18.2
13
14
* On Windows, use the `py.exe` [launcher][2] (e.g. `py.exe -2.7`) to locate
setup.py
@@ -23,7 +23,7 @@
23
setup(
24
name='nox-automation',
25
26
- version='0.18.2',
+ version='0.19.0',
27
28
description='Flexible test automation.',
29
long_description=long_description,
0 commit comments