Prepare release 4.0.0 (#727)

* Prepare release 4.0.0

* update documentation
This commit is contained in:
Bikouo Aubin
2024-05-28 11:37:32 +02:00
committed by GitHub
parent 072a08091b
commit f22ffcab18
15 changed files with 84 additions and 36 deletions

View File

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