comparison configmix/__init__.py @ 344:ce7aea9eac4a v0.14

+++++ v0.14
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 10 May 2021 09:27:52 +0200
parents 2a2f5b86fe34
children 3d5eaa6895d9
comparison
equal deleted inserted replaced
343:c8b98285a7b5 344:ce7aea9eac4a
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.13" 16 __version__ = "0.14"
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",