Version 0.14.4
- Fixed a regression in 0.14.3 that prevented a tzinfo argument of type string to be passed to the
get()
function. Functionality such asarrow.get("2019072807", "YYYYMMDDHH", tzinfo="UTC")
should work as normal again. - Moved backports.functools_lru_cache dependency from extra_requires to install_requires for Python 2.7 installs to fix #495.