Skip to content

Commit 946cbd5

Browse files
committed
release: v3.1.0
1 parent 6d5a2e3 commit 946cbd5

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
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

99
Changes
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+
1222
Version 3.0.0 (2024-12-09)
1323

1424
- tests: fix sneaking in indices

invenio_records_rest/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
@@ -712,6 +712,6 @@
712712
from .ext import InvenioRecordsREST
713713
from .proxies import current_records_rest
714714

715-
__version__ = "3.0.0"
715+
__version__ = "3.1.0"
716716

717717
__all__ = ("__version__", "current_records_rest", "InvenioRecordsREST")

0 commit comments

Comments
 (0)