diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:24:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:24:21 +0000 |
commit | 705dc25a591591bf4ea200359eacd5b25ff28956 (patch) | |
tree | 6368923798e7868f868fe4ca23c133a7dd2593d1 /lib/ansible/release.py | |
parent | Releasing progress-linux version 2.17.0-1~progress7.99u1. (diff) | |
download | ansible-core-705dc25a591591bf4ea200359eacd5b25ff28956.tar.xz ansible-core-705dc25a591591bf4ea200359eacd5b25ff28956.zip |
Merging upstream version 2.17.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/ansible/release.py')
-rw-r--r-- | lib/ansible/release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 88f7515..7ed9fdf 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.17.0' +__version__ = '2.17.1' __author__ = 'Ansible, Inc.' __codename__ = "Gallows Pole" |