Skip to content

Commit 74db997

Browse files
committed
release: v0.4.0
1 parent 401968d commit 74db997

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "invenio-cern-sync"
33
description = "Integrates CERN databases and login with Invenio"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
authors = [
66
{ name = "CERN" }
77
]

CHANGES.md

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

77
Changes
88
=======
99

10+
Version 0.4.0 (released 2025-10-30)
11+
12+
- users sync: create identity when missing
13+
1014
Version 0.3.0 (released 2025-05-05)
1115

1216
- client: replace offset with token #8
1317

14-
1518
Version 0.2.0 (released 2025-03-10)
1619

1720
- installation: upgrade invenio dependencies

invenio_cern_sync/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
from .ext import InvenioCERNSync
1111

12-
__version__ = "0.3.0"
12+
__version__ = "0.4.0"
1313

1414
__all__ = ("__version__", "InvenioCERNSync")

0 commit comments

Comments
 (0)