Skip to content

Commit 2388e77

Browse files
Bump vresion to 4.2.14
1 parent 6f70cec commit 2388e77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

isort/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
from . import settings
2626
from .isort import SortImports
2727

28-
__version__ = "4.2.13"
28+
__version__ = "4.2.14"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self):
3939
readme = f.read()
4040

4141
setup(name='isort',
42-
version='4.2.13',
42+
version='4.2.14',
4343
description='A Python utility / library to sort Python imports.',
4444
long_description=readme,
4545
author='Timothy Crosley',

0 commit comments

Comments
 (0)