Skip to content

Commit

Permalink
Version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Sep 5, 2024
1 parent ab52f96 commit 090f59d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

1.21.0 (2024-09-05)
-------------------

* Add Django 5.0+ fixer to rewrite ``format_html()`` calls without ``args`` or ``kwargs`` probably using ``str.format()`` incorrectly.

`Issue #477 <https://github.com/adamchainz/django-upgrade/issues/477>`__.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "django-upgrade"
version = "1.20.0"
version = "1.21.0"
description = "Automatically upgrade your Django project code."
readme = "README.rst"
keywords = [
Expand Down

0 comments on commit 090f59d

Please sign in to comment.