diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 123a42bb4..fcce4d855 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # args: [--target-version, "2.2"] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9d64545b8..0f99f0d4c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ CHANGELOG Unreleased ========== + +2.2.7 (2024-05-16) +================== * Add Django 4.2 support * fix tests diff --git a/filer/__init__.py b/filer/__init__.py index ed363ac3b..758a70803 100644 --- a/filer/__init__.py +++ b/filer/__init__.py @@ -13,4 +13,4 @@ 8. Publish the release and it will automatically release to pypi """ -__version__ = '2.2.6' +__version__ = '2.2.7'