Skip to content

Commit 36bec82

Browse files
committed
reelase: v1.0.4
1 parent dd34f94 commit 36bec82

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
..
22
This file is part of Invenio.
3-
Copyright (C) 2015-2018 CERN.
3+
Copyright (C) 2015-2024 CERN.
44
55
Invenio is free software; you can redistribute it and/or modify it
66
under the terms of the MIT License; see LICENSE file for more details.
77

88
Changes
99
=======
1010

11+
Version 1.0.4 (released 2024-01-28)
12+
13+
- Allow table HTML tags for sanitization
14+
1115
Version 1.0.3 (released 2020-05-06)
1216

1317
- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.

invenio_config/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of Invenio.
4-
# Copyright (C) 2015-2018 CERN.
4+
# Copyright (C) 2015-2024 CERN.
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.
@@ -180,7 +180,7 @@
180180
from .module import InvenioConfigModule
181181
from .utils import create_conf_loader, create_config_loader
182182

183-
__version__ = "1.0.3"
183+
__version__ = "1.0.4"
184184

185185
__all__ = (
186186
"__version__",

0 commit comments

Comments
 (0)