diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba6ec7..c1be82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.3.2 - 2024-06-05 - Update dependencies to make it clear that version 1.3 is not compatible with Django 5.1 diff --git a/pyproject.toml b/pyproject.toml index 6d1a954..884c724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django_safe_template_engine" -version = "1.3.1" +version = "1.3.2" dependencies = ["django >= 3.0, < 5.1"] requires-python = ">=3.7" authors = [{ name = "Ronan Boiteau", email = "ronan@boiteau.eu" }]