Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Oct 27, 2023
1 parent a02e34c commit 97b7317
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Changes
Here you can see the full list of changes between each Flask-IIIF
release.

Version 1.0.0 (released 2023-10-27)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- api: fix resize of greyscale source images
- bump flask to >=2.0, pin Werkzeug <3.0
- fix deprecated use of ``attachment_filename``

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

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.3"
__version__ = "1.0.0"

__all__ = (
"IIIF",
Expand Down

0 comments on commit 97b7317

Please sign in to comment.