diff --git a/CHANGES.rst b/CHANGES.rst index 91c784a..7eec8ea 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,9 +8,13 @@ Changes ======= +Version 1.0.6 (released 2018-12-03) + +- fixes overwriting of celery_config fixture + Version 1.0.5 (released 2018-10-08) -- Adds defaul Content Security Policy header to the app configuration. +- Adds default Content Security Policy header to the app configuration. - Fixes issue with default tests scope. Version 1.0.4 (released 2018-08-14) diff --git a/pytest_invenio/version.py b/pytest_invenio/version.py index df2b6d4..f3d3bb7 100644 --- a/pytest_invenio/version.py +++ b/pytest_invenio/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.0.5' +__version__ = '1.0.6'