2.19.0 has been released.

This commit is contained in:
Felix Fontein
2025-08-17 21:15:32 +02:00
parent 7f7704ece8
commit 1bfee3c23b

View File

@@ -15,14 +15,14 @@ run_flake8 = true
flake8_config = ".flake8"
run_pylint = true
pylint_rcfile = ".pylintrc"
pylint_ansible_core_package = "ansible-core>=2.19.0b4"
pylint_ansible_core_package = "ansible-core>=2.19.0"
run_yamllint = true
yamllint_config = ".yamllint"
yamllint_config_plugins = ".yamllint-docs"
yamllint_config_plugins_examples = ".yamllint-examples"
yamllint_config_extra_docs = ".yamllint-extra-docs"
run_mypy = true
mypy_ansible_core_package = "ansible-core>=2.19.0b4"
mypy_ansible_core_package = "ansible-core>=2.19.0"
mypy_config = ".mypy.ini"
mypy_extra_deps = [
"cryptography",