Skip to content

Commit

Permalink
📦 release: v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Dec 16, 2024
1 parent bf3935c commit 5650148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
Changes
=======

Version v3.1.0 (released 2024-12-16)

- 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 3.0.0 (release 2024-12-06)

- fix: tests, apply invenio-indexer change
Expand Down
2 changes: 1 addition & 1 deletion invenio_oaiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@
from .ext import InvenioOAIServer
from .proxies import current_oaiserver

__version__ = "3.0.0"
__version__ = "3.1.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.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down

0 comments on commit 5650148

Please sign in to comment.