Release 2.1.0 (#124)

This commit is contained in:
Mike Graves
2021-11-02 08:47:24 -04:00
committed by GitHub
parent e0c6713926
commit d154967c88
11 changed files with 32 additions and 16 deletions

View File

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