Mercurial > hgrepos > Python > libs > ConfigMix
changeset 779:49d43c125781 default tip
Put the logical release date directly into configmix.__init__.
Make it consistent with the README.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 16 May 2026 02:03:38 +0200 |
| parents | e7f729267ef0 |
| children | |
| files | configmix/__init__.py |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/__init__.py Sat May 16 01:58:54 2026 +0200 +++ b/configmix/__init__.py Sat May 16 02:03:38 2026 +0200 @@ -14,9 +14,8 @@ __version__ = "0.23.3" - +__date__ = "2023-12-07" __revision__ = "|VCSRevision|" -__date__ = "|VCSJustDate|" __all__ = ["load", "safe_load", "set_assoc", "get_assoc", "clear_assoc",
