diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d961f..d945a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.2.1 + +* Fix tests when plugins generate categories with spaces + ## v0.2.0 * Add support for the `error`, `xfailed` and `xpassed` statuses diff --git a/setup.py b/setup.py index 3fbe05a..78e693d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pytest-mocha', - version='0.2.0', + version='0.2.1', description='pytest plugin to display test execution output like a mochajs', long_description=long_description, author='Rudinei Goi Roecker',