Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 170:c247a5dc35ed
Begin development of a version 0.7 with some API changes
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 25 Apr 2019 16:14:50 +0200 |
| parents | d8155c429171 |
| children | 1ff11462a5c1 |
comparison
equal
deleted
inserted
replaced
| 169:8ca0ad559fc2 | 170:c247a5dc35ed |
|---|---|
| 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.6" | 16 __version__ = "0.7.dev1" |
| 17 | 17 |
| 18 __revision__ = "|VCSRevision|" | 18 __revision__ = "|VCSRevision|" |
| 19 __date__ = "|VCSJustDate|" | 19 __date__ = "|VCSJustDate|" |
| 20 | 20 |
| 21 | 21 |
