Releases: jakesherman/fonoapi
Releases · jakesherman/fonoapi
v0.1.4
- Fixed package
ImportError
on Python 3 - Updated the unit tests so that they all pass
- Ensured that package and unit tests are working on both Python 2 and Python 3
- This release is on PyPI (https://pypi.org/project/fonoapi/)
v0.1.2
- Fixed error in
setup.py
where thefonoapi
package was being imported intosetup.py
, meaning that if you were installing the package onto a machine that didn't have one of the packages ininstall_requires
installed, the installation would fail. Fixed by removing the import insetup.py
, and copying some of the variables that were imported intosetup.py
itself