Release 2.2.1 (#267)

Release 2.2.1

Release 2.2.1

Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: None <None>
This commit is contained in:
Mike Graves
2021-10-19 10:10:21 -04:00
committed by GitHub
parent bc391218a4
commit f2d899b939
7 changed files with 19 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml
VERSION = 2.2.0
VERSION = 2.2.1
TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`