Skip to content

Commit

Permalink
Release 2018.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Aug 28, 2018
1 parent dd22150 commit 90d0905
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 2018.8.28

Bugfixes:

* Adding `Session.__slots__`. (#128)
* Don't modify `Virtualenv.interpreter` in `_resolved_interpreter`. (#127)
* Fix tox-to-nox template.
* Add the ability to add descriptions to sessions. (#117)

This comment has been minimized.

Copy link
@stsewd

stsewd Aug 29, 2018

Collaborator

Isn't this a new feature rather than a bugfix?

* Using more specific regex in `_resolved_interpreter()`. (#119)

New features:

* Adding support for 32-bit binaries on Windows. (#100)

Internal/testing changes:

* Storing `platform.system()` as global in `nox.virtualenv`. (#124)
* Fix deploy script for Travis.
* Run docs on travis. (#122)
* Documentation style updates.

## 2018.8.23

**Heads up!** This is a very big release for Nox. Please read these release notes thoroughly and reach out to us on GitHub if you run into issues.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="nox",
version="2018.8.23",
version="2018.8.28",
description="Flexible test automation.",
long_description=long_description,
url="https://nox.thea.codes",
Expand Down

0 comments on commit 90d0905

Please sign in to comment.