Skip to content

Commit

Permalink
Preparing release 4.1.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gforcada committed Oct 14, 2021
1 parent b34bb76 commit d7da7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

4.0.1 (unreleased)
4.1.0 (2021-10-14)
------------------

- Support flake8 4.x [g-as]
Expand Down
2 changes: 1 addition & 1 deletion flake8_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from difflib import Differ
from testfixtures import OutputCapture

__version__ = '4.0.1.dev0'
__version__ = '4.1.0'


class Flake8IsortBase(object):
Expand Down

0 comments on commit d7da7d0

Please sign in to comment.