diff --git a/CHANGES.md b/CHANGES.md index fc2ddf8..d9ee9b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +* *2.4.3* (2024-11-15) + * Move logic to render HTML and text content to dedicated methods + * *2.4.2* (2024-11-15) * Internal updates via `ambient-package-update` diff --git a/django_pony_express/__init__.py b/django_pony_express/__init__.py index 828f978..1a49a81 100644 --- a/django_pony_express/__init__.py +++ b/django_pony_express/__init__.py @@ -1,3 +1,3 @@ """Class-based emails including a test suite for Django""" -__version__ = "2.4.2" +__version__ = "2.4.3"