Mercurial > hgrepos > Python > libs > ConfigMix
changeset 615:d51f57cfc197 v0.20.3
+++++ v0.20.3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Jan 2022 09:32:34 +0100 |
| parents | 7e480a32d9d5 |
| children | bb721b6ec395 |
| files | CHANGES.txt README.txt configmix/__init__.py |
| diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jan 12 09:06:43 2022 +0100 +++ b/CHANGES.txt Wed Jan 12 09:32:34 2022 +0100 @@ -12,8 +12,8 @@ Pre-1.0 Series -------------- -(unreleased) -~~~~~~~~~~~~ +0.20.3 (2022-01-12) +~~~~~~~~~~~~~~~~~~~ - **[feature]** Add some more functions to the optional C-extension module:
--- a/README.txt Wed Jan 12 09:06:43 2022 +0100 +++ b/README.txt Wed Jan 12 09:32:34 2022 +0100 @@ -3,7 +3,7 @@ .. _README: :Author: Franz Glasner -:Version: 0.20.2 +:Version: 0.20.3 :Date: |VCSJustDate| :Copyright: (c) 2015–2022, Franz Glasner. All rights reserved.
--- a/configmix/__init__.py Wed Jan 12 09:06:43 2022 +0100 +++ b/configmix/__init__.py Wed Jan 12 09:32:34 2022 +0100 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.20.2" +__version__ = "0.20.3" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"
