Release version 2.3.2 (#475)

Release version 2.3.2

SUMMARY

Release version 2.3.2

ISSUE TYPE

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
This commit is contained in:
Mike Graves
2022-06-10 08:29:55 -04:00
committed by GitHub
parent fdddb6f78f
commit 69304d1c3b
7 changed files with 23 additions and 8 deletions

View File

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