* Fixed bug in which ``TypeError`` would result if a ``None`` value were mapped to a ``ListConfig``
0.3.4
~~~~~~~~~~~~~~~~~~~~~
* Using wheel for distribution * Removed tests from being packaged * Switched to using Python 3.6 vs 3.5 for running Travis builds
0.3.3
~~~~~~~~~~~~~~~~~~~~~
* Fixed bug where global LUT would leak data when calling expressions within custom lookups. See `11 <https://github.com/dealertrack/simplepath/issues/11>`_. * Switched to using Python 3.5 vs 3.4 for running Travis builds
0.3.2
~~~~~~~~~~~~~~~~~~~~~
* Registered ``AsTypeLookup`` and ``ArithmeticLookup`` as ``as_type`` and ``arith`` lookups in default lookup registry
0.3.1
~~~~~~~~~~~~~~~~~~~~~
* Added the ``AsTypeLookup`` and ``ArithmeticLookup``
0.3.0
~~~~~~~~~~~~~~~~~~~~~
* Added ability to use lists in the simplepath config which will generate a list in the mapped data