We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b70c1 commit acb2beaCopy full SHA for acb2bea
CHANGES.rst
@@ -3,8 +3,8 @@
3
Changelog
4
=========
5
6
-4.0.0a1 (unreleased)
7
---------------------
+4.0.0 (2020-08-11)
+------------------
8
9
- Nothing changed yet.
10
flake8_isort.py
@@ -14,7 +14,7 @@
14
from difflib import Differ
15
from testfixtures import OutputCapture
16
17
-__version__ = '4.0.0a1.dev0'
+__version__ = '4.0.0'
18
19
20
class Flake8IsortBase(object):
0 commit comments