Skip to content

Commit

Permalink
Release 2.2.7 (#1460)
Browse files Browse the repository at this point in the history
* Bump version to 2.2.7

* format

* format

* revert format

* Update .pre-commit-config.yaml

* update release date

---------

Co-authored-by: Josh Yu <[email protected]>
Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
3 people authored May 16, 2024
1 parent 4dc26f4 commit 5440e47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ CHANGELOG

Unreleased
==========

2.2.7 (2024-05-16)
==================
* Add Django 4.2 support
* fix tests

Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '2.2.6'
__version__ = '2.2.7'

0 comments on commit 5440e47

Please sign in to comment.