File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
Changes
11
11
=======
12
12
13
+ Version v13.0.0b1.dev23 (released 2024-11-28)
14
+
15
+ - assets: use the new copy feature to copy needed TinyMCE static assets
16
+
13
17
Version v13.0.0b1.dev22 (released 2024-11-28)
14
18
15
19
- installation: bump invenio-access
Original file line number Diff line number Diff line change 17
17
#
18
18
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
19
19
20
- __version__ = "13.0.0b1.dev22 "
20
+ __version__ = "13.0.0b1.dev23 "
21
21
22
22
__all__ = ("__version__" ,)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ install_requires =
36
36
invenio-i18n>=2.0.0,<3.0.0
37
37
invenio-db[postgresql,mysql]>=1.1.0,<2.0.0
38
38
# Invenio base bundle
39
- invenio-assets>=3.0 .0,<4.0.0
39
+ invenio-assets>=3.1 .0,<4.0.0
40
40
invenio-formatter>=2.0.0,<3.0.0
41
41
invenio-logging>=2.0.0,<3.0.0
42
42
invenio-mail>=2.0.0,<3.0.0
You can’t perform that action at this time.
0 commit comments