diff --git a/docs/changelog.rst b/docs/changelog.rst index 2115b18..f9479a1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,12 @@ Changelog This page details the changes in the various ``django-formtools`` releases. +2.5.1 (2023-12-19) +------------------ + +- Version 2.5 was never released on PyPi due to a pyproject.toml + misconfiguration. + 2.5 (2023-11-28) ---------------- diff --git a/pyproject.toml b/pyproject.toml index 4308473..6a8003f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,8 @@ zip-safe = false exclude = ["tests"] # tests.* namespaces = false +[tool.setuptools_scm] + [tool.codespell] skip = "*.po"