Use pkg_resources.parse_version in minver check

Use pkg_resources.parse_version in minver check

Add meself to AUTHORS & changelog

Format CHANGELOG
This commit is contained in:
Michael D. Hoyle
2018-11-12 16:20:15 -05:00
parent 93a9836962
commit 1568e38997
3 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1 @@
Use ``pkg_resources.parse_version`` instead of ``LooseVersion`` in minversion check.