Skip to content

Releases: PyCQA/isort

1.3.2

16 Sep 23:43
Compare
Choose a tag to compare
  • Fixed a bug that caused an extra new line at the end of files when parsed using stdin
  • Improved module placement detection

Both improvements come thanks to @dcowgill

1.3.1

15 Sep 02:59
Compare
Choose a tag to compare
  • Added support for parsing files with unicode characters
  • Fallback to distutils when setuptools is not present

1.3.0

14 Sep 02:37
Compare
Choose a tag to compare
  • Correctly handle imports at the end of a file
  • Correctly identify modules from . as from within the local project
  • Fixed a bug where code in the middle of imports was sometimes removed
  • Enable isort to be used without configparser

1.2.5

11 Sep 21:48
Compare
Choose a tag to compare
  • Switch to Setup tools
  • Fix bug where files in "skip" setting don't get skipped

1.2.4

08 Sep 20:07
Compare
Choose a tag to compare
Release 1.2.3

1.2.3

08 Sep 16:26
Compare
Choose a tag to compare

Fix issue #15: writing to wrong output files

1.2.2

06 Sep 21:14
Compare
Choose a tag to compare

Add support for individual import line skipping

1.2.1

06 Sep 10:24
Compare
Choose a tag to compare
1.2.0 Release

1.2.0

06 Sep 02:35
Compare
Choose a tag to compare
1.2.0 Release

1.0.1

05 Sep 12:48
Compare
Choose a tag to compare
merge in latest changes