Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-06-13 17:35:19 +0300
committerGitHub <noreply@github.com>2022-06-13 17:35:19 +0300
commit2f42779548dabef850a316e8be2452ddea93029d (patch)
treed381c1f8e9e75775e23947319c6bfb9064c3c430
parent531123a311cde6d2c440d4649eed9fb6e4e430ab (diff)
Update Ansible release version to v2.12.7rc1.post0. (#78045)
-rw-r--r--lib/ansible/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 82e9f1e0bbb..f17fd435830 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.12.7rc1'
+__version__ = '2.12.7rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'