Release 2.4.0 (#572)

This commit is contained in:
Bikouo Aubin
2023-02-02 07:54:33 +01:00
committed by GitHub
parent e6ac874098
commit 1527469cb5
72 changed files with 734 additions and 193 deletions

View File

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