Issue #263: Prepare for 1.1.1 release. (#268)

This commit is contained in:
Jeff Geerling
2020-10-09 13:46:20 -05:00
committed by GitHub
parent d60a726e6d
commit 9a2e29acd2
5 changed files with 18 additions and 3 deletions

View File

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