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 cbd63e2 commit c6c25dfCopy full SHA for c6c25df
isort/__init__.py
@@ -25,4 +25,4 @@
25
from . import settings
26
from .isort import SortImports
27
28
-__version__ = "1.2.5"
+__version__ = "1.3.0"
setup.py
@@ -3,12 +3,12 @@
3
from setuptools import setup
4
5
setup(name='isort',
6
- version='1.2.5',
+ version='1.3.0',
7
description='A Python utility / library to sort Python imports.',
8
author='Timothy Crosley',
9
author_email='[email protected]',
10
url='https://github.com/timothycrosley/isort',
11
- download_url='https://github.com/timothycrosley/isort/archive/1.2.5.tar.gz',
+ download_url='https://github.com/timothycrosley/isort/archive/1.3.0.tar.gz',
12
license="MIT",
13
scripts=['scripts/isort'],
14
packages=['isort'],
0 commit comments