Skip to content

Commit

Permalink
release: v12.0.13 (#2957)
Browse files Browse the repository at this point in the history
* bump invenio-oaiserver minimum version for allowing the use of
  LocalProxy objects in the config
  • Loading branch information
max-moser authored Jan 14, 2025
1 parent 1522187 commit 38091e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
..
Copyright (C) 2019-2024 CERN.
Copyright (C) 2019-2024 Northwestern University.
Copyright (C) 2021 TU Wien.
Copyright (C) 2021-2025 TU Wien.
Copyright (C) 2021 Graz University of Technology.
Invenio App RDM is free software; you can redistribute it and/or modify
Expand All @@ -10,6 +10,10 @@
Changes
=======

Version v12.0.13 (released 2025-01-14)

- config: set OAI-PMH record index dynamically

Version v12.0.12 (released 2024-11-28)

- assets: use the new copy feature to copy needed TinyMCE static assets
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_rdm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440

__version__ = "12.0.12"
__version__ = "12.0.13"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install_requires =
# Invenio metadata bundle
invenio-indexer>=2.2.0,<3.0.0
invenio-jsonschemas>=1.1.4,<2.0.0
invenio-oaiserver>=2.2.0,<3.0.0
invenio-oaiserver>=2.3.0,<3.0.0
invenio-pidstore>=1.3.0,<2.0.0
invenio-records-rest>=2.2.0,<3.0.0
invenio-records-ui>=1.2.0,<2.0.0
Expand Down

0 comments on commit 38091e5

Please sign in to comment.