~ubuntu-branches/ubuntu/wily/isort/wily

« back to all changes in this revision

Viewing changes to isort/__init__.py

  • Committer: Package Import Robot
  • Author(s): Tristan Seligmann
  • Date: 2014-12-25 08:51:29 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141225085129-v3eh98w081pke276
Tags: 3.9.2+ds1-1
* New upstream release.
* Bump Standards-Version.
* Add a man page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from . import settings
26
26
from .isort import SECTION_NAMES, SECTIONS, SortImports
27
27
 
28
 
__version__ = "3.9.0"
 
28
__version__ = "3.9.2"