diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5641e532..cf8acc98 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +1.15.0 (2023-09-24) +------------------- + * Support Django 5.0 as a target version. * Add Django 5.0+ fixer to drop ``.choices`` on model field ``choices`` parameters when using an enumeration type. diff --git a/setup.cfg b/setup.cfg index 4c4f2e55..18192087 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django_upgrade -version = 1.14.1 +version = 1.15.0 description = Automatically upgrade your Django project code. long_description = file: README.rst long_description_content_type = text/x-rst