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[project ]
22name = " invenio-cern-sync"
33description = " Integrates CERN databases and login with Invenio"
4- version = " 0.3 .0"
4+ version = " 0.4 .0"
55authors = [
66 { name = " CERN" }
77]
Original file line number Diff line number Diff line change 11..
2- Copyright (C) 2024 CERN.
2+ Copyright (C) 2025 CERN.
33
44 Invenio-CERN-sync is free software; you can redistribute it and/or modify it
55 under the terms of the MIT License; see LICENSE file for more details.
66
77Changes
88=======
99
10+ Version 0.4.0 (released 2025-10-30)
11+
12+ - users sync: create identity when missing
13+
1014Version 0.3.0 (released 2025-05-05)
1115
1216- client: replace offset with token #8
1317
14-
1518Version 0.2.0 (released 2025-03-10)
1619
1720- installation: upgrade invenio dependencies
Original file line number Diff line number Diff line change 99
1010from .ext import InvenioCERNSync
1111
12- __version__ = "0.3 .0"
12+ __version__ = "0.4 .0"
1313
1414__all__ = ("__version__" , "InvenioCERNSync" )
You can’t perform that action at this time.
0 commit comments