Skip to content

Commit ccb9129

Browse files
committed
Release 2018.9.14
1 parent 43f25a9 commit ccb9129

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 2018.8.28
29

310
Bugfixes:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="nox",
25-
version="2018.8.28",
25+
version="2018.9.14",
2626
description="Flexible test automation.",
2727
long_description=long_description,
2828
url="https://nox.thea.codes",

0 commit comments

Comments
 (0)