diff --git a/HISTORY.rst b/HISTORY.rst index 3caf3fe..d5fde4a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -3.2.0 (2023-08-31) +3.2.0 (2023-09-04) ++++++++++++++++++ * Feat: Now the cool down manager is not set by default, you should define the manager class. diff --git a/pyproject.toml b/pyproject.toml index a300d7e..5741598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ license = "MIT" homepage = "https://github.com/marcosgabarda/django-snitch" packages = [{ include = "snitch" }] classifiers = [ - "Environment :: Web Environment", - "Framework :: Django", - "License :: OSI Approved :: MIT License", + "Environment :: Web Environment", + "Framework :: Django", + "License :: OSI Approved :: MIT License", ] [tool.poetry.dependencies]