Skip to content

Commit

Permalink
release: v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim authored and ntarocco committed Nov 28, 2024
1 parent 17fba1e commit e902306
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) 2015-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.4 (released 2024-11-28)

* setup: pin dependencies
* webpack: read CopyWebpackPlugin patterns from config.json
* fix: resolve dependency warning

Version 3.0.3 (released 2024-03-04)

* remove `node-semver`
Expand Down
3 changes: 2 additions & 1 deletion invenio_assets/__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-2020 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 @@ -109,7 +110,7 @@
from .ext import InvenioAssets
from .proxies import current_assets

__version__ = "3.0.3"
__version__ = "3.0.4"

__all__ = (
"__version__",
Expand Down

0 comments on commit e902306

Please sign in to comment.