Skip to content

Commit acb2bea

Browse files
committed
Preparing release 4.0.0
[ci skip]
1 parent 53b70c1 commit acb2bea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
4.0.0a1 (unreleased)
7-
--------------------
6+
4.0.0 (2020-08-11)
7+
------------------
88

99
- Nothing changed yet.
1010

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.0a1.dev0'
17+
__version__ = '4.0.0'
1818

1919

2020
class Flake8IsortBase(object):

0 commit comments

Comments
 (0)