Skip to content

Commit db179e2

Browse files
committed
Back to development: 4.0.1
[ci skip]
1 parent acb2bea commit db179e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Changelog
44
=========
55

6+
4.0.1 (unreleased)
7+
------------------
8+
9+
- Nothing changed yet.
10+
11+
612
4.0.0 (2020-08-11)
713
------------------
814

flake8_isort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from difflib import Differ
1515
from testfixtures import OutputCapture
1616

17-
__version__ = '4.0.0'
17+
__version__ = '4.0.1.dev0'
1818

1919

2020
class Flake8IsortBase(object):

0 commit comments

Comments
 (0)