Skip to content

Commit

Permalink
reelase: v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jan 28, 2024
1 parent dd34f94 commit 36bec82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
..
This file is part of Invenio.
Copyright (C) 2015-2018 CERN.
Copyright (C) 2015-2024 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 1.0.4 (released 2024-01-28)

- Allow table HTML tags for sanitization

Version 1.0.3 (released 2020-05-06)

- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.
Expand Down
4 changes: 2 additions & 2 deletions invenio_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2015-2024 CERN.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -180,7 +180,7 @@
from .module import InvenioConfigModule
from .utils import create_conf_loader, create_config_loader

__version__ = "1.0.3"
__version__ = "1.0.4"

__all__ = (
"__version__",
Expand Down

0 comments on commit 36bec82

Please sign in to comment.