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