# HG changeset patch # User Franz Glasner # Date 1778889818 -7200 # Node ID 49d43c125781dae823612ee9c5b70c57d506f8c1 # Parent e7f729267ef010b113cc1410114b2e211113e38c Put the logical release date directly into configmix.__init__. Make it consistent with the README. diff -r e7f729267ef0 -r 49d43c125781 configmix/__init__.py --- 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",