Skip to content

Commit

Permalink
Merge pull request #99 from Secrus/flake8-5.0-compat
Browse files Browse the repository at this point in the history
Bump flake8 range to include 5.0 and refresh deps
  • Loading branch information
rocioar authored Aug 10, 2022
2 parents 5416f15 + 496dfd5 commit 808284f
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

1.1.5 (2022-08-09)
------------------

* Add compatibility with flake8 5.x (@Secrus)
* Drop support for Python versions below 3.7 (@Secrus)

1.1.4 (2022-08-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion flake8_django/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
RenderChecker,
)

__version__ = '1.1.1'
__version__ = '1.1.5'


CHECKS_DISABLED_BY_DEFAULT = ['DJ10', 'DJ11']
Expand Down
Loading

0 comments on commit 808284f

Please sign in to comment.