File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11..
22 Copyright (C) 2021 CERN.
33 Copyright (C) 2019-2024 Esteban J. Garcia Gabancho.
4- Copyright (C) 2024 Graz University of Technology.
4+ Copyright (C) 2024-2026 Graz University of Technology.
55 Copyright (C) 2025 KTH Royal Institute of Technology.
66
77 Invenio-SAML is free software; you can redistribute it and/or modify it
1010Changes
1111=======
1212
13+ Version v2.0.0 (released 2026-02-10)
14+
15+ - tests: remove pinned packages from deps
16+ - chore(setup): bump dependencies
17+
1318Version v1.2.1 (released 2025-10-22)
1419
1520- i18n: pulled translations
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22#
33# Copyright (C) 2019-2024 Esteban J. Garcia Gabancho.
4- # Copyright (C) 2024 Graz University of Technology.
4+ # Copyright (C) 2024-2026 Graz University of Technology.
55# Copyright (C) 2025 KTH Royal Institute of Technology.
66#
77# Invenio-SAML is free software; you can redistribute it and/or modify it
5858
5959from .ext import InvenioSSOSAML
6060
61- __version__ = "1.2.1 "
61+ __version__ = "2.0.0 "
6262
6363__all__ = ("__version__" , "InvenioSSOSAML" )
You can’t perform that action at this time.
0 commit comments