Release 2.2.3 (#340)

This commit is contained in:
abikouo
2022-01-19 12:15:40 +01:00
committed by GitHub
parent 3645c1c16c
commit 0d9c4d3459
8 changed files with 35 additions and 11 deletions

View File

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