Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
..
This file is part of Invenio.
Copyright (C) 2016-2025 CERN.
Copyright (C) 2024-2025 Graz University of Technology.
Copyright (C) 2024-2026 Graz University of Technology.
Copyright (C) 2025 KTH Royal Institute of Technology.

Invenio is free software; you can redistribute it and/or modify it
Expand All @@ -10,6 +10,10 @@
Changes
=======

Version v4.0.0 (released 2026-01-28)

- chore(setup): bump dependencies

Version v3.7.4 (released 2025-12-08)

- i18n: pulled translations
Expand Down
4 changes: 2 additions & 2 deletions invenio_oaiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2025 CERN.
# Copyright (C) 2024-2025 Graz University of Technology.
# Copyright (C) 2024-2026 Graz University of Technology.
# Copyright (C) 2025 KTH Royal Institute of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -187,6 +187,6 @@
from .ext import InvenioOAIServer
from .proxies import current_oaiserver

__version__ = "3.7.4"
__version__ = "4.0.0"

__all__ = ("__version__", "InvenioOAIServer", "current_oaiserver")
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2025 CERN.
# Copyright (C) 2022-2024 Graz University of Technology.
# Copyright (C) 2022-2026 Graz University of Technology.
# Copyright (C) 2024 KTH Royal Institute of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -32,18 +32,18 @@ install_requires =
dojson>=1.3.0,<2.0.0
invenio-base>=2.0.0,<3.0.0
invenio-i18n>=3.0.0,<4.0.0
invenio-pidstore>=2.0.0,<3.0.0
invenio-records>=3.0.0,<4.0.0
invenio-rest>=2.0.0,<3.0.0
invenio-pidstore>=3.0.0,<4.0.0
invenio-records>=4.0.0,<5.0.0
invenio-rest>=3.0.0,<4.0.0
lxml>=4.3.0

[options.extras_require]
tests =
pytest-black-ng>=0.4.0
invenio-indexer>=3.0.0,<4.0.0
pytest-black>=0.6.0
invenio-indexer>=4.0.0,<5.0.0
invenio-jsonschemas>=2.0.0,<3.0.0
mock>=1.3.0
pytest-invenio>=3.0.0,<4.0.0
pytest-invenio>=4.0.0,<5.0.0
invenio-admin>=1.3.0,<2.0.0
invenio-celery>=2.0.0,<3.0.0
Sphinx>=4.5.0
Expand Down
Loading