Skip to content

Commit

Permalink
📦 release: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Dec 13, 2024
1 parent d72cbfb commit 75c237c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2020 CERN.
# Copyright (C) 2020-2024 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2020 CERN.
# Copyright (C) 2020-2024 CERN.
# Copyright (C) 2022-2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version v2.3.0 (released 2024-12-13)

- percolator: use `OAISERVER_RECORD_INDEX` to determine percolator index
* Instead of relying on the default `RecordIndexer` class to determine
the percolator index, we reuse the `OAISERVER_RECORD_INDEX` config variable.

Version v2.2.3 (released 2024-09-25)

- percolator: allow lazy strings from config for deletions
Expand Down
2 changes: 1 addition & 1 deletion invenio_oaiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@
from .ext import InvenioOAIServer
from .proxies import current_oaiserver

__version__ = "2.2.3"
__version__ = "2.3.0"

__all__ = ("__version__", "InvenioOAIServer", "current_oaiserver")
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2015-2024 CERN.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down

0 comments on commit 75c237c

Please sign in to comment.