Skip to content

Commit c9c6ed5

Browse files
JakobMiesnerkpsherva
authored andcommitted
release: v6.0.0
1 parent 3878eda commit c9c6ed5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
Changes
88
=======
99

10+
Version 6.0.0 (released 2026-02-04)
11+
- breaking change: global: upgrade invenio-app-ils
12+
1013
Version 5.0.2 (released 2025-12-11)
1114
- ui: upgrade dependencies
1215
- global: upgrade python dependencies

cds_ils/__init__.py

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

88
"""CDS-ILS."""
99

10-
__version__ = "5.0.2"
10+
__version__ = "6.0.0"
1111

1212
__all__ = ("__version__",)

ui/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REACT_APP_UI_ILS_VERSION=2.0.2
2-
REACT_APP_INVENIO_VERSION=6.1.1
2+
REACT_APP_INVENIO_VERSION=7.1.1
33
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
44
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
5-
REACT_APP_OVERLAY_VERSION=5.0.2
5+
REACT_APP_OVERLAY_VERSION=6.0.0
66
REACT_APP_ENV_NAME=dev
77
REACT_APP_INVENIO_MATOMO_ID=undefined

0 commit comments

Comments
 (0)