Skip to content

Commit

Permalink
release: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 30, 2024
1 parent 05310ba commit e5aa0b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
..
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.

Changes
=======

Version 3.0.1 (release 2024-11-30)

- setup: change to reusable workflows
- setup: pin dependencies

Version v3.0.0 (released 2024-10-10)

- webpack: update axios major version
Expand Down
3 changes: 2 additions & 1 deletion invenio_search_ui/__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 @@ -327,6 +328,6 @@ def my_record_search():

from .ext import InvenioSearchUI

__version__ = "3.0.0"
__version__ = "3.0.1"

__all__ = ("__version__", "InvenioSearchUI")

0 comments on commit e5aa0b5

Please sign in to comment.