Merge pull request #4510 from pallets/release-2.1.1

release version 2.1.1
This commit is contained in:
David Lord 2022-03-30 14:33:50 -07:00 committed by GitHub
commit a8f4ee1b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Version 2.1.1
-------------
Unreleased
Released on 2022-03-30
- Set the minimum required version of importlib_metadata to 3.6.0,
which is required on Python < 3.10. :issue:`4502`