From c4a1c105add8eeeeb30baf35c567c6671b8741f4 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Mon, 25 Feb 2019 14:36:07 -0800 Subject: bump version to 4.3.9; update changelog --- isort/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isort') 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" -- cgit v1.2.1