Skip to content

Commit

Permalink
Merge 19f14e6 into ca24e83
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Feb 15, 2019
2 parents ca24e83 + 19f14e6 commit 82044f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Expand Up @@ -8,9 +8,14 @@
Changes
=======

Version 1.1.0 (released 2019-02-15)

- Changes name of fixture from celery_config to celery_config_ext due to
unreliable overwriting of celery_config fixture name.

Version 1.0.6 (released 2018-12-03)

- fixes overwriting of celery_config fixture
- Fixes overwriting of celery_config fixture

Version 1.0.5 (released 2018-10-08)

Expand Down
2 changes: 1 addition & 1 deletion pytest_invenio/__init__.py
Expand Up @@ -226,7 +226,7 @@ def create_app():
~~~~~~~~~~~~~~~~~~~~~~~~~
The application fixtures rely on fixtures such as
:py:data:`~fixtures.instance_path`, :py:data:`~fixtures.app_config`,
:py:data:`~fixtures.celery_config`, :py:data:`~fixtures.db_uri`,
:py:data:`~fixtures.celery_config_ext`, :py:data:`~fixtures.db_uri`,
:py:data:`~fixtures.broker_uri` to inject configuration into the
application.
Expand Down
2 changes: 1 addition & 1 deletion pytest_invenio/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.0.6'
__version__ = '1.1.0'

0 comments on commit 82044f0

Please sign in to comment.