diff --git a/changelog.md b/changelog.md index d131bf4..f7fc802 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.7.4 (2025-01-15) - Allow larger than 4096 bytes config files - Escape tabs and newline when serializing to a config file diff --git a/confit/__init__.py b/confit/__init__.py index 35e0e94..b64a480 100644 --- a/confit/__init__.py +++ b/confit/__init__.py @@ -9,4 +9,4 @@ VisibleDeprecationWarning, ) -__version__ = "0.7.3" +__version__ = "0.7.4"