We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f70cec commit 2388e77Copy full SHA for 2388e77
isort/__init__.py
@@ -25,4 +25,4 @@
25
from . import settings
26
from .isort import SortImports
27
28
-__version__ = "4.2.13"
+__version__ = "4.2.14"
setup.py
@@ -39,7 +39,7 @@ def run(self):
39
readme = f.read()
40
41
setup(name='isort',
42
- version='4.2.13',
+ version='4.2.14',
43
description='A Python utility / library to sort Python imports.',
44
long_description=readme,
45
author='Timothy Crosley',
0 commit comments