Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small code block issue in README + v1.3.1 release #28

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }]
Expand Down
Loading