[raddessi](https://github.com/raddessi) added a `pyproject.toml` - thanks! Fixed [#65](https://github.com/smarie/python-pytest-cases/issues/65).
1.11.5
`pytest_parametrize_plus` was not working correctly with test classes, leading to `fixture 'self' not found`. Fixed [63](https://github.com/smarie/python-pytest-cases/issues/63).
1.11.4 - python 2 bugfix
Fixed issue happening with `pytest.mark.parametrize` with python 2. Fixed [62](https://github.com/smarie/python-pytest-cases/issues/62).
1.11.3
Better error message when users use `THIS_MODULE` in `cases=` instead of `module=`.
Added `__version__` package-level attribute.
1.11.2
Now when other plugins try to manipulate the fixture closure, warning messages are emitted but no error is raised. Fixed [55](https://github.com/smarie/python-pytest-cases/issues/55).
Also fixed issue [58](https://github.com/smarie/python-pytest-cases/issues/58) happening with doctest.