* CHANGES: * Put appdirs source inside easydev keeping their LICENSE. This will make the conda portage easydev while keeping the ability to use appdirs. Fix warning in config.cfg * BUG: * fix bug introduced in 0.9.8
0.9.8
* CHANGES: * remove ordereddict package in the setup (not used) * remove appdirs from install_requires in the setup.py file. And add a try/except in config_tools, where it is used. These changes are made to try to port easydev to conda without any dependencies.
0.9.7
* BUG: fix a python3.4 issue of bytes/str conversion
0.9.6
* BUG: fix division by zero.
0.9.5
0.9.4
* NEW: python 3.5 compat * CHANGES: remove deprecated function is_url * CHANGES: remove matplotlib extension in conf file.