From b3b59b5eaab6554eaabee579cfe2a560d2b8ec5b Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Wed, 22 Jan 2025 09:11:54 +0100 Subject: [PATCH] django-imagefield 0.22 --- CHANGELOG.rst | 4 ++++ imagefield/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4f8291..525e11d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,10 @@ Change log Next version ~~~~~~~~~~~~ + +0.22 (2025-01-22) +~~~~~~~~~~~~~~~~~ + - **Important:** Changed the image field to no longer automatically clean up processed images when deleting the model instance or when changing the image field itself. This behavior made it hard to reuse image field values when diff --git a/imagefield/__init__.py b/imagefield/__init__.py index 76f2458..5963297 100644 --- a/imagefield/__init__.py +++ b/imagefield/__init__.py @@ -1 +1 @@ -__version__ = "0.21.1" +__version__ = "0.22.0"