summaryrefslogtreecommitdiff
path: root/isort/__init__.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-12-21 21:38:20 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2014-12-21 21:38:20 -0500
commiteef019e93e8562b5fae7c5a32e22e37fdfe87bae (patch)
tree826cab80f42994234f756f19a72d8e9438aecd21 /isort/__init__.py
parentb3000229b4d140bf02c22d81a72e2fdeb206b66c (diff)
downloadisort-eef019e93e8562b5fae7c5a32e22e37fdfe87bae.tar.gz
Bump release to 3.9.2
Diffstat (limited to 'isort/__init__.py')
-rw-r--r--isort/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/__init__.py b/isort/__init__.py
index 69ba9ef0..613b668c 100644
--- a/isort/__init__.py
+++ b/isort/__init__.py
@@ -25,4 +25,4 @@ from __future__ import absolute_import, division, print_function, unicode_litera
from . import settings
from .isort import SECTION_NAMES, SECTIONS, SortImports
-__version__ = "3.9.1"
+__version__ = "3.9.2"