Skip to content

Commit 8050957

Browse files
1.2.0 Release
2 parents 8146d47 + cd918ee commit 8050957

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

dist/isort-1.1.0.tar.gz

0 Bytes
Binary file not shown.

dist/isort-1.2.0.tar.gz

5.59 KB
Binary file not shown.

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__ = "1.1.0"
28+
__version__ = "1.2.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
from distutils.core import setup
44

55
setup(name='isort',
6-
version='1.1.0',
6+
version='1.2.0',
77
description='A Python utility / library to sort Python imports.',
88
author='Timothy Crosley',
99
author_email='[email protected]',
1010
url='https://github.com/timothycrosley/isort',
1111
download_url='https://github.com/timothycrosley/isort/blob/master'
12-
'/dist/isort-1.1.0.tar.gz?raw=true',
12+
'/dist/isort-1.2.0.tar.gz?raw=true',
1313
license="MIT",
1414
scripts=['scripts/isort'],
1515
packages=['isort'],

0 commit comments

Comments
 (0)