From f80d27cfeecb7e12d4ce0643ae34803b3d850610 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Mon, 9 Dec 2024 18:16:23 +0100 Subject: [PATCH] django-imagefield 0.21 --- CHANGELOG.rst | 5 +++++ imagefield/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3ba839b..61ce381 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,13 @@ Change log Next version ~~~~~~~~~~~~ + +0.21 (2024-12-09) +~~~~~~~~~~~~~~~~~ + - Documented the ``preview`` spec used in the preview widget. - Started masquerading our custom model fields as default Django image and char + fields. This is expected to create migrations if you're already using the fields. diff --git a/imagefield/__init__.py b/imagefield/__init__.py index 5f4bb0b..6a726d8 100644 --- a/imagefield/__init__.py +++ b/imagefield/__init__.py @@ -1 +1 @@ -__version__ = "0.20.0" +__version__ = "0.21.0"