diff --git a/CHANGES.rst b/CHANGES.rst index 20726c1..8f8e89a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,11 @@ Changes ======= + +Version 1.0.0 (release 2024-12-10) + +- setup: bump major dependencies + Version 0.6.1 (release 2024-11-30) - setup: change to reusable workflows diff --git a/invenio_notifications/__init__.py b/invenio_notifications/__init__.py index 548429a..0a1985d 100644 --- a/invenio_notifications/__init__.py +++ b/invenio_notifications/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Copyright (C) 2023 CERN. -# Copyright (C) 2023 Graz University of Technology. +# Copyright (C) 2023-2024 Graz University of Technology. # # Invenio-Notifications is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more @@ -12,7 +12,7 @@ from .ext import InvenioNotifications from .proxies import current_notifications, current_notifications_manager -__version__ = "0.6.1" +__version__ = "1.0.0" __all__ = ( "__version__",