Skip to content

Commit

Permalink
1.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Sep 6, 2013
2 parents 8146d47 + cd918ee commit 8050957
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified dist/isort-1.1.0.tar.gz
Binary file not shown.
Binary file added dist/isort-1.2.0.tar.gz
Binary file not shown.
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__ = "1.1.0"
__version__ = "1.2.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
from distutils.core import setup

setup(name='isort',
version='1.1.0',
version='1.2.0',
description='A Python utility / library to sort Python imports.',
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/isort',
download_url='https://github.com/timothycrosley/isort/blob/master'
'/dist/isort-1.1.0.tar.gz?raw=true',
'/dist/isort-1.2.0.tar.gz?raw=true',
license="MIT",
scripts=['scripts/isort'],
packages=['isort'],
Expand Down

0 comments on commit 8050957

Please sign in to comment.