Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/__init__.py @ 279:57fca7448740 v0.11
+++++ v0.11
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 05 Oct 2020 09:24:52 +0200 |
| parents | af371f9c016d |
| children | c50548709dac |
line wrap: on
line diff
--- a/configmix/__init__.py Mon Oct 05 09:24:39 2020 +0200 +++ b/configmix/__init__.py Mon Oct 05 09:24:52 2020 +0200 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.11.0.dev1" +__version__ = "0.11" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"
