Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 5, 2024
1 parent 9f3e20c commit af201c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
..
This file is part of Invenio.
Copyright (C) 2016-2022 CERN.
Copyright (C) 2024 Graz University of Technology.
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.

Changes
=======

Version 3.0.0 (release 2024-12-05)

- setup: change to reusable workflows
- setup: bump major dependencies
- ci: fix docker compose call

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

- percolator: allow lazy strings from config for deletions
Expand Down
3 changes: 2 additions & 1 deletion invenio_oaiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2024 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# 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 +186,6 @@
from .ext import InvenioOAIServer
from .proxies import current_oaiserver

__version__ = "2.2.3"
__version__ = "3.0.0"

__all__ = ("__version__", "InvenioOAIServer", "current_oaiserver")

0 comments on commit af201c6

Please sign in to comment.