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-20 18:06:56 +0300
committerGitHub <noreply@github.com>2022-06-20 18:06:56 +0300
commitea451113cf5d6dfe9b66bb457241827661c88c68 (patch)
tree417723d1a40f253b82cb1519743dcd439d507674
parentfbaea4c269b0a3c8112101754cee808d82bebbee (diff)
Update Ansible release version to v2.12.7.post0. (#78096)
-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 85bff73b689..4eb820b2978 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.7'
+__version__ = '2.12.7.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'