Skip to content

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Jul 31, 2019
1 parent d750ab4 commit ad9bd1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -10,6 +10,12 @@
Changes
=======

Version 1.1.1 (released 2019-07-31)

- Fixes missing entry point definition for the extension, causing the extension
and config not to be loaded.
- Fix issue with when used with Flask-Talisman.

Version 1.1.0 (released 2019-07-29)

- Backward incompatible changes to API.
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_files/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit ad9bd1d

Please sign in to comment.