updated version to 5.2.1, updates to make version bumps easier, and updated changelog

This commit is contained in:
bharnden 2019-03-25 10:44:47 -07:00
parent 9b1141a135
commit 51217e509b
8 changed files with 32 additions and 41 deletions

View file

@ -39,7 +39,7 @@ data_files.extend(recursive_files(_EXAMPLES_DIR, "examples"))
setup(
name="core",
version="5.2",
version="@PACKAGE_VERSION@",
packages=find_packages(),
install_requires=[
"enum34",