Skip to content

Commit

Permalink
Version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Feb 17, 2023
1 parent 0c15557 commit 75a6855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

1.13.0 (2023-02-17)
-------------------

* Add Django 4.2+ fixer to combine deprecated ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings into the new ``STORAGES`` setting.

* Add Django 4.2+ fixer to rewrite HTTP headers passed to test ``Client`` and ``RequestFactory``.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = django_upgrade
version = 1.12.0
version = 1.13.0
description = Automatically upgrade your Django project code.
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 75a6855

Please sign in to comment.