diff --git a/CHANGELOG.md b/CHANGELOG.md index a2dee72..f0bc652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.3.1 - 2024-04-18 + +- Small fixes in changelog and README + ## 1.3.0 - 2024-04-18 - Lower Django version requirement to 3.0 diff --git a/README.md b/README.md index 98b49a8..941697e 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,9 @@ You want to add awesome features to Django Safe Template Engine? Here's how! You can use [tox](https://tox.wiki/) to run the code formatting / type checking tools, and run the test suite: - ```sh - tox run - ``` +```sh +tox run +``` ### Ignore code formatting revisions from git blame diff --git a/pyproject.toml b/pyproject.toml index 6e19cfe..c2c470b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django_safe_template_engine" -version = "1.3.0" +version = "1.3.1" dependencies = ["django >= 3.0"] requires-python = ">=3.7" authors = [{ name = "Ronan Boiteau", email = "ronan@boiteau.eu" }]