Fixed - issue with get_instance not checking for existing plugins when passed a dict
0.5.0
Added - py36 tests Changed - moved config plugins into separate config.ConfigPluginManager class - renamed plugin config attr to pluginmgr_config Removed - name attr from ConfigPlugin objects - args and kwargs from config.PluginBase
0.4.0
Added - py3 support Fixed - always use full module name in sys.modules Changed - check searchpath for null values
0.3.0
Added - allow changing searchpath after instantiation