Skip to content

Commit

Permalink
Merge pull request #10 from guestready/rb-240204-release-v1.1.0
Browse files Browse the repository at this point in the history
Drop Python 3.7 from `pyproject.toml` + Release v1.1.0
  • Loading branch information
ronanboiteau authored Feb 4, 2024
2 parents ab5e278 + 9a96a7a commit f91798e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## 1.1.0 - Unreleased
## 1.1.0 - 2024-02-04

- Add official support for Django 3.2:
- Use Django 3.2 in technical tests
- Review all the Django 3.2 built-in template tags and filters (no changes needed)
- Drop official support for Django 3.0 (still unofficially supported in this version as there are no breaking changes)
- Remove Python 3.7 from supported versions in `pyproject.toml` (never officially supported)
- Start keeping a changelog in `CHANGELOG.md`

## 1.0.0 - 2023-08-10
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "django_safe_template_engine"
version = "1.0.0"
version = "1.1.0"
authors = [
{ name="Ronan Boiteau", email="ronan@boiteau.eu" },
]
description = "A Django template engine to render untrusted template code"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit f91798e

Please sign in to comment.