Mercurial > hgrepos > Python > libs > ConfigMix
changeset 429:5b928606fa00 v0.18.1b1
+++++ v0.18.1b1
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 09 Dec 2021 13:03:56 +0100 |
| parents | 090a25f36a3d |
| children | db6d36026f72 |
| 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 09 13:02:17 2021 +0100 +++ b/CHANGES.txt Thu Dec 09 13:03:56 2021 +0100 @@ -12,8 +12,8 @@ Pre-1.0 Series -------------- -n/a (not yet) -~~~~~~~~~~~~~ +0.18.1b1 (not yet) +~~~~~~~~~~~~~~~~~~ - **[bugfix]** Jailed configurations assumed that their "default" marker object is
--- a/README.txt Thu Dec 09 13:02:17 2021 +0100 +++ b/README.txt Thu Dec 09 13:03:56 2021 +0100 @@ -3,7 +3,7 @@ .. _README: :Author: Franz Glasner -:Version: 0.18 +:Version: 0.18.1b1 :Date: |VCSJustDate| :Copyright: (c) 2015–2021, Franz Glasner. All rights reserved.
--- a/configmix/__init__.py Thu Dec 09 13:02:17 2021 +0100 +++ b/configmix/__init__.py Thu Dec 09 13:03:56 2021 +0100 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.18" +__version__ = "0.18.1b1" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"
