comparison configmix/__init__.py @ 472:89bbb66aff02 v0.19.2

+++++ v0.19.2
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 16 Dec 2021 09:30:43 +0100
parents b6f2450c782c
children 4f90e1eb7af8
comparison
equal deleted inserted replaced
471:38e4f91d0c70 472:89bbb66aff02
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.19.1" 16 __version__ = "0.19.2"
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",