Skip to content

Commit 5440e47

Browse files
joshyuJosh Yufsbraun
authored
Release 2.2.7 (#1460)
* Bump version to 2.2.7 * format * format * revert format * Update .pre-commit-config.yaml * update release date --------- Co-authored-by: Josh Yu <joshyu@foxmail.com> Co-authored-by: Fabian Braun <fsbraun@gmx.de>
1 parent 4dc26f4 commit 5440e47

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
# args: [--target-version, "2.2"]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 6.0.0
24+
rev: 7.0.0
2525
hooks:
2626
- id: flake8
2727

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ CHANGELOG
44

55
Unreleased
66
==========
7+
8+
2.2.7 (2024-05-16)
9+
==================
710
* Add Django 4.2 support
811
* fix tests
912

filer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '2.2.6'
16+
__version__ = '2.2.7'

0 commit comments

Comments
 (0)