Release 2.0.0 (#96)

This commit is contained in:
Mike Graves
2021-06-23 08:43:56 -04:00
committed by GitHub
parent 9ff94989ae
commit d7a8ba15c7
23 changed files with 512 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: molecule
# Also needs to be updated in galaxy.yml
VERSION = 1.1.2
VERSION = 2.0.0
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]))'`