Release 2.3.0 (#404)

This commit is contained in:
Mike Graves
2022-03-16 08:10:08 -04:00
committed by GitHub
parent d68dec3b90
commit 767aa10b1d
37 changed files with 135 additions and 87 deletions

View File

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