Release 2.0.1 (#98)

This commit is contained in:
Mike Graves
2021-06-24 14:28:28 -04:00
committed by GitHub
parent bffadb5a55
commit 6b2f06a157
7 changed files with 19 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: molecule
# Also needs to be updated in galaxy.yml
VERSION = 2.0.0
VERSION = 2.0.1
SANITY_TEST_ARGS ?= --docker --color
PYTHON_VERSION ?= `python3 -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'`