Skip to content

Commit

Permalink
📦 release: v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Sep 11, 2024
1 parent 1efa48e commit f862ed6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version v2.2.2 (released 2024-09-11)

- percolator: allow lazy strings from config

Version 2.2.1 (released 2023-11-09)

- verbs: fix `from` parameter
Expand Down
4 changes: 2 additions & 2 deletions invenio_oaiserver/__init__.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-2022 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 Expand Up @@ -185,6 +185,6 @@
from .ext import InvenioOAIServer
from .proxies import current_oaiserver

__version__ = "2.2.1"
__version__ = "2.2.2"

__all__ = ("__version__", "InvenioOAIServer", "current_oaiserver")
2 changes: 1 addition & 1 deletion invenio_oaiserver/percolator.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) 2017-2022 CERN.
# Copyright (C) 2017-2024 CERN.
# Copyright (C) 2022 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down

0 comments on commit f862ed6

Please sign in to comment.