File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
..
2
2
This file is part of Invenio.
3
- Copyright (C) 2015-2018 CERN.
3
+ Copyright (C) 2015-2024 CERN.
4
4
5
5
Invenio is free software; you can redistribute it and/or modify it
6
6
under the terms of the MIT License; see LICENSE file for more details.
7
7
8
8
Changes
9
9
=======
10
10
11
+ Version 1.0.4 (released 2024-01-28)
12
+
13
+ - Allow table HTML tags for sanitization
14
+
11
15
Version 1.0.3 (released 2020-05-06)
12
16
13
17
- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# This file is part of Invenio.
4
- # Copyright (C) 2015-2018 CERN.
4
+ # Copyright (C) 2015-2024 CERN.
5
5
#
6
6
# Invenio is free software; you can redistribute it and/or modify it
7
7
# under the terms of the MIT License; see LICENSE file for more details.
180
180
from .module import InvenioConfigModule
181
181
from .utils import create_conf_loader , create_config_loader
182
182
183
- __version__ = "1.0.3 "
183
+ __version__ = "1.0.4 "
184
184
185
185
__all__ = (
186
186
"__version__" ,
You can’t perform that action at this time.
0 commit comments