Mercurial > hgrepos > Python > libs > ConfigMix
changeset 633:9ab72688278b v0.20.4
+++++ v0.20.4
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 17 Jan 2022 09:17:30 +0100 |
| parents | 1fa686cc72e8 |
| children | 66eb46b0d048 |
| files | CHANGES.txt README.txt configmix/__init__.py |
| diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jan 17 09:14:01 2022 +0100 +++ b/CHANGES.txt Mon Jan 17 09:17:30 2022 +0100 @@ -12,8 +12,8 @@ Pre-1.0 Series -------------- -unreleased (unreleased) -~~~~~~~~~~~~~~~~~~~~~~~ +0.20.4 (2022-01-17) +~~~~~~~~~~~~~~~~~~~ - **[bugfix]** In the C extension: make sure that a default is returned as-is and not
--- a/README.txt Mon Jan 17 09:14:01 2022 +0100 +++ b/README.txt Mon Jan 17 09:17:30 2022 +0100 @@ -3,7 +3,7 @@ .. _README: :Author: Franz Glasner -:Version: 0.20.3 +:Version: 0.20.4 :Date: |VCSJustDate| :Copyright: (c) 2015–2022, Franz Glasner. All rights reserved.
--- a/configmix/__init__.py Mon Jan 17 09:14:01 2022 +0100 +++ b/configmix/__init__.py Mon Jan 17 09:17:30 2022 +0100 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.20.3" +__version__ = "0.20.4" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"
