summaryrefslogtreecommitdiff
path: root/isort/__init__.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-02-25 14:36:07 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-02-25 14:36:07 -0800
commitc4a1c105add8eeeeb30baf35c567c6671b8741f4 (patch)
treefa83b08f3703ac3b2af6c8ee144f308ced53da3d /isort/__init__.py
parent79a87b36dd280ea1bf041aff126cb4fc3f0aaead (diff)
downloadisort-c4a1c105add8eeeeb30baf35c567c6671b8741f4.tar.gz
bump version to 4.3.9; update changelog4.3.9
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 5e33a00a..b750dd27 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 # noqa: F401
from .isort import SortImports # noqa: F401
-__version__ = "4.3.8"
+__version__ = "4.3.9"