Skip to content

Commit

Permalink
release: v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
egabancho committed Sep 14, 2018
1 parent 7b4f4d1 commit d9f9085
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 1.0.4 (released 2018-08-14)

- Bumps pytest minimun version to 3.8.0.

Version 1.0.3 (released 2018-09-05)

- Moves module dependent imports inside the fixture functions in order to
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.3'
__version__ = '1.0.4'

0 comments on commit d9f9085

Please sign in to comment.