comparison configmix/__init__.py @ 615:d51f57cfc197 v0.20.3

+++++ v0.20.3
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Jan 2022 09:32:34 +0100
parents 0db860d649d1
children 9ab72688278b
comparison
equal deleted inserted replaced
614:7e480a32d9d5 615:d51f57cfc197
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.20.2" 16 __version__ = "0.20.3"
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",