From a60dbd9b26b034ee7d90e8d96793db5f63f13c65 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 19 Dec 2023 11:18:16 +0100 Subject: [PATCH] Fixes #260 - Add tool.setuptools_scm section in pyproject Co-authored-by: David <43050618+do-rtk@users.noreply.github.com> --- docs/changelog.rst | 6 ++++++ pyproject.toml | 2 ++ 2 files changed, 8 insertions(+) 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"