comparison configmix/__init__.py @ 211:657cf709463b v0.7

+++++ v0.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 06 May 2019 01:18:16 +0200
parents b3b5ed34d180
children a35b0ca8b81f
comparison
equal deleted inserted replaced
210:fa660f084ceb 211:657cf709463b
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.dev1" 16 __version__ = "0.7"
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",