Mercurial > hgrepos > Python > libs > ConfigMix
changeset 421:7193d900978b v0.18
+++++ v0.18
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 02 Dec 2021 09:31:22 +0100 |
| parents | 212a27cb0fc4 |
| children | 82dabdb78358 |
| files | CHANGES.txt README.txt configmix/__init__.py |
| diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Thu Dec 02 09:23:19 2021 +0100 +++ b/CHANGES.txt Thu Dec 02 09:31:22 2021 +0100 @@ -12,8 +12,8 @@ Pre-1.0 Series -------------- -n/a -~~~ +0.18 (2021-12-02) +~~~~~~~~~~~~~~~~~ - **[feature]** Allow empty variable names in some cases to get the root object of a
--- a/README.txt Thu Dec 02 09:23:19 2021 +0100 +++ b/README.txt Thu Dec 02 09:31:22 2021 +0100 @@ -3,7 +3,7 @@ .. _README: :Author: Franz Glasner -:Version: 0.17 +:Version: 0.18 :Date: |VCSJustDate| :Copyright: (c) 2015–2021, Franz Glasner. All rights reserved.
--- a/configmix/__init__.py Thu Dec 02 09:23:19 2021 +0100 +++ b/configmix/__init__.py Thu Dec 02 09:31:22 2021 +0100 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.17" +__version__ = "0.18" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"
