comparison configmix/__init__.py @ 230:fcc44302a754 v0.7.2

+++++ v0.7.2
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 13 May 2019 09:36:36 +0200
parents b2c75efad9e4
children 13711ba8e81e
comparison
equal deleted inserted replaced
229:8dbaac3ea59b 230:fcc44302a754
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.7.2.dev1" 16 __version__ = "0.7.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",