diff --git a/CHANGES.rst b/CHANGES.rst index f372bca..84e4b3b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,6 @@ .. Copyright (C) 2023 CERN. + Copyright (C) 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 @@ -8,6 +9,11 @@ Changes ======= +Version 1.0.0 (release 2024-11-30) + +- setup: bump major dependencies +- i18n:push translations + Version 0.6.0 (released 2024-06-04) - dependencies: bump invenio-records-resources diff --git a/invenio_notifications/__init__.py b/invenio_notifications/__init__.py index fc5b4fc..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.0" +__version__ = "1.0.0" __all__ = ( "__version__",