=================== * rebuild of doc to fix deprecated build.image config key on .readthedocs.yaml
1.5.3
=================== * dropped Python 2 support, upgraded to Python 3.9 * Fixed unit tests * Renamed project to *latloncalc* to prevent name conflict. The module is now call *latlon*. * Included tox setup * Added documentation on read the docs
1.2.1
=================== * Prepared for pypi and changed module name from latlon to latlon3
1.1.7
==================== * Bug fix exception in __init__ file. Only relevant for making executable using pyinstaller
1.1.4
==================== * Released for production
1.1.0
====================
* Applied futurize script to allow to run latlon under Python 3.5 * Fixed some unit tests * Fixed the comparative operator * Made Docstrings compliant to Numpy Doc Style * Tested on Python 3.5