diff --git a/CHANGES.rst b/CHANGES.rst index 835ec2e..1b980d0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/flask_iiif/__init__.py b/flask_iiif/__init__.py index 72bcc8f..ce635a2 100644 --- a/flask_iiif/__init__.py +++ b/flask_iiif/__init__.py @@ -168,7 +168,7 @@ def protect_api(): self.api_decorator_callback = callback -__version__ = "1.1.1" +__version__ = "1.2.0" __all__ = ( "IIIF",