Release 1.2.1 (#406)

This commit is contained in:
Mike Graves
2021-04-01 08:53:03 -04:00
committed by GitHub
parent 0432fe6a51
commit f5eb0625d6
6 changed files with 22 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml
VERSION = 1.2.0
VERSION = 1.2.1
TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'`