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 288a6fd commit 24b0553Copy full SHA for 24b0553
isort/__init__.py
@@ -25,4 +25,4 @@
25
from . import settings
26
from .isort import SortImports
27
28
-__version__ = "1.3.1"
+__version__ = "1.3.2"
setup.py
@@ -6,12 +6,12 @@
6
from distutils.core import setup
7
8
setup(name='isort',
9
- version='1.3.1',
+ version='1.3.2',
10
description='A Python utility / library to sort Python imports.',
11
author='Timothy Crosley',
12
author_email='[email protected]',
13
url='https://github.com/timothycrosley/isort',
14
- download_url='https://github.com/timothycrosley/isort/archive/1.3.1.tar.gz',
+ download_url='https://github.com/timothycrosley/isort/archive/1.3.2.tar.gz',
15
license="MIT",
16
scripts=['scripts/isort'],
17
packages=['isort'],
0 commit comments