From f20d351f34a808b7f3ccaa1a619be4f207e2b939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Wed, 15 Jan 2025 10:02:07 +0100 Subject: [PATCH] chore: bump version to 0.7.4 --- changelog.md | 2 +- confit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"