Skip to content

Commit

Permalink
Bump vresion to 4.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jun 6, 2017
1 parent 6f70cec commit 2388e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion isort/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from . import settings
from .isort import SortImports

__version__ = "4.2.13"
__version__ = "4.2.14"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self):
readme = f.read()

setup(name='isort',
version='4.2.13',
version='4.2.14',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',
Expand Down

0 comments on commit 2388e77

Please sign in to comment.