- Fixed version resolution using `pkg_resources`. Fixed [9](https://github.com/smarie/python-getversion/issues/9)
1.0.0
- packaging improvements: set the "universal wheel" flag to 1, and cleaned up the `setup.py`. In particular removed dependency to `six` for setup and added `py.typed` file. Fixes [8](https://github.com/smarie/python-getversion/issues/8)
0.5.8
Improved readability of setuptools_scm related outputs:
- Now an explicit message states when `git` command is not available. Fixed [6](https://github.com/smarie/python-getversion/issues/6) - Now an explicit message states when `setuptools_scm` is not installed. Fixed [7](https://github.com/smarie/python-getversion/issues/7).
0.5.7
Now explicitly setting the `zip_safe` flag in `setup.py` to avoid `ply` being downloaded. From [5](https://github.com/smarie/python-getversion/pull/5)
0.5.6
It was incorrectly refering to this project as related to testing.