comparison configmix/__init__.py @ 699:c076de854ac6 v0.21.4

+++++ v0.21.4
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 14 Jun 2023 09:19:34 +0200
parents cce494edd752
children 450223a8cff2
comparison
equal deleted inserted replaced
698:3a9d661d33b5 699:c076de854ac6
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.21.3" 16 __version__ = "0.21.4"
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",