Skip to content

Commit

Permalink
release: v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jul 8, 2022
1 parent 7368db3 commit d78aed8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes
Here you can see the full list of changes between each Flask-IIIF
release.

Version 0.6.3 (released 2022-07-08)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- remove custom resizing of GIF

Version 0.6.2 (released 2021-12-09)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion flask_iiif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def protect_api():
self.api_decorator_callback = callback


__version__ = "0.6.2"
__version__ = "0.6.3"

__all__ = (
"IIIF",
Expand Down

0 comments on commit d78aed8

Please sign in to comment.