diff --git a/CHANGELOG b/CHANGELOG index 6cd1023..fd39bb4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,7 @@ - new "--max-slave-restart" option that can be used to control maximum number of times pytest-xdist can restart slaves due to crashes. Thanks to Anatoly Bubenkov for the report and Bruno Oliveira for the PR. + - release as wheel - "-n" option now can be set to "auto" for automatic detection of number diff --git a/xdist/__init__.py b/xdist/__init__.py index 2df2481..4e791df 100644 --- a/xdist/__init__.py +++ b/xdist/__init__.py @@ -1 +1,2 @@ +__all__ = ['__version__'] from xdist._version import version as __version__