comparison configmix/__init__.py @ 744:e4fad9cdd906 v0.23

+++++ v0.23
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 30 Oct 2023 09:24:43 +0100
parents e069797f0e36
children 8238e3c22f89
comparison
equal deleted inserted replaced
743:b26a1afe0558 744:e4fad9cdd906
11 """ 11 """
12 12
13 from __future__ import division, print_function, absolute_import 13 from __future__ import division, print_function, absolute_import
14 14
15 15
16 __version__ = "0.22" 16 __version__ = "0.23"
17 17
18 __revision__ = "|VCSRevision|" 18 __revision__ = "|VCSRevision|"
19 __date__ = "|VCSJustDate|" 19 __date__ = "|VCSJustDate|"
20 20
21 __all__ = ["load", "safe_load", 21 __all__ = ["load", "safe_load",