* Ionel Cristian Mărieș (@ionelmc)
* Malyshev Artem (@proofit404)
* Volker Braun (@vbraun)
+* Anthony Sottile (@asottile)
History
-------
+1.4.3 (2018-06-14)
+++++++++++++++++++
+
+* Catch `SyntaxError` from asyncio import on older versions of Python, thanks to @asottile
+
1.4.2 (2018-04-08)
++++++++++++++++++
__author__ = "Daniel Greenfeld"
__email__ = "pydanny@gmail.com"
-__version__ = "1.4.2"
+__version__ = "1.4.3"
__license__ = "BSD"
from time import time
except ImportError:
from distutils.core import setup
-__version__ = "1.4.2"
+__version__ = "1.4.3"
def read(fname):