Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 12, 2024
1 parent f2e7e38 commit 9b601f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 1.2.0 (released 2024-12-12)

- fix: docs reference target not found
- setup: remove werkzeug pin

Version v1.1.1 (released 2024-11-05)

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


__version__ = "1.1.1"
__version__ = "1.2.0"

__all__ = (
"IIIF",
Expand Down

0 comments on commit 9b601f3

Please sign in to comment.