File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11..
22 This file is part of Invenio.
33 Copyright (C) 2015-2023 CERN.
4- Copyright (C) 2024 Graz University of Technology.
4+ Copyright (C) 2024-2025 Graz University of Technology.
55
66 Invenio is free software; you can redistribute it and/or modify it
77 under the terms of the MIT License; see LICENSE file for more details.
88
99Changes
1010=======
1111
12+ Version 3.1.0 (2025-07-01)
13+
14+ - fix: pkg_resources DeprecationWarning
15+ - i18n: remove .pot files from gitignore
16+ - fix: update outdated Transifex configuration
17+ - fix: update setup.cfg to use underscores in configuration keys
18+ - i18n: add workflows for pulling and pushing translations
19+ - i18n: replaced {} with %()s in gettext
20+ - i18n: Fix untranslated strings in facets
21+
1222Version 3.0.0 (2024-12-09)
1323
1424- tests: fix sneaking in indices
Original file line number Diff line number Diff line change 22#
33# This file is part of Invenio.
44# Copyright (C) 2015-2023 CERN.
5- # Copyright (C) 2024 Graz University of Technology.
5+ # Copyright (C) 2024-2025 Graz University of Technology.
66#
77# Invenio is free software; you can redistribute it and/or modify it
88# under the terms of the MIT License; see LICENSE file for more details.
712712from .ext import InvenioRecordsREST
713713from .proxies import current_records_rest
714714
715- __version__ = "3.0 .0"
715+ __version__ = "3.1 .0"
716716
717717__all__ = ("__version__" , "current_records_rest" , "InvenioRecordsREST" )
You can’t perform that action at this time.
0 commit comments