Skip to content

Commit

Permalink
release: v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokas Maciulaitis authored and kpsherva committed Nov 21, 2019
1 parent db03c36 commit 80dd9ce
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 0.5.3 (released 2019-11-21)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Adds Last-Lodified and If-Modified-Since to imageapi
- Removes warning message for LocalProxy
- Fixes werkzeug deprecation warning

Version 0.5.2 (released 2019-07-25)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion flask_iiif/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.5.2"
__version__ = "0.5.3"

0 comments on commit 80dd9ce

Please sign in to comment.