Skip to content

Commit b9a56bf

Browse files
committed
release: v2.0.0
1 parent 0f3d7b6 commit b9a56bf

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -10,6 +10,11 @@
1010
Changes
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+
1318
Version v1.2.1 (released 2025-10-22)
1419

1520
- i18n: pulled translations

invenio_saml/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -58,6 +58,6 @@
5858

5959
from .ext import InvenioSSOSAML
6060

61-
__version__ = "1.2.1"
61+
__version__ = "2.0.0"
6262

6363
__all__ = ("__version__", "InvenioSSOSAML")

0 commit comments

Comments
 (0)