Mercurial > hgrepos > Python > libs > ConfigMix
changeset 344:ce7aea9eac4a v0.14
+++++ v0.14
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 10 May 2021 09:27:52 +0200 |
| parents | c8b98285a7b5 |
| children | c0bc9e2b11c0 |
| files | CHANGES.txt README.txt configmix/__init__.py docs/changes.rst |
| diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon May 10 09:17:12 2021 +0200 +++ b/CHANGES.txt Mon May 10 09:27:52 2021 +0200 @@ -12,8 +12,8 @@ Pre-1.0 Series -------------- -n/a (n/a) -~~~~~~~~~ +0.14 (2021-05-10) +~~~~~~~~~~~~~~~~~ - **[breaking] [feature]** Allowed quoting of variable and namespace names.
--- a/README.txt Mon May 10 09:17:12 2021 +0200 +++ b/README.txt Mon May 10 09:27:52 2021 +0200 @@ -3,7 +3,7 @@ .. _README: :Author: Franz Glasner -:Version: 0.13 +:Version: 0.14 :Date: |VCSJustDate| :Copyright: (c) 2015–2021, Franz Glasner. All rights reserved.
--- a/configmix/__init__.py Mon May 10 09:17:12 2021 +0200 +++ b/configmix/__init__.py Mon May 10 09:27:52 2021 +0200 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.13" +__version__ = "0.14" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"
