We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f25a9 commit ccb9129Copy full SHA for ccb9129
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2018.9.14
2
+
3
+- Check for ``NOXSESSION`` environment variable (#121)
4
+- Fix typo in OpenCensus Python (#132)
5
+- Add new documentation art created by Andrea Caprotti
6
+- Add Python 3.7 to Travis CI (#129)
7
8
## 2018.8.28
9
10
Bugfixes:
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name="nox",
25
- version="2018.8.28",
+ version="2018.9.14",
26
description="Flexible test automation.",
27
long_description=long_description,
28
url="https://nox.thea.codes",
0 commit comments