summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <rooftopcellist@gmail.com>2021-10-11 16:55:25 -0400
committerGitHub <noreply@github.com>2021-10-11 16:55:25 -0400
commit082435365d4b594ea57d7208ecb4f5a007d5cd77 (patch)
treeb88d91ff0282d6102fdcf781784dcd5c442d44c8
parente76bfa16f239041b853b8c79d48f9573fdfe0383 (diff)
downloadansible-082435365d4b594ea57d7208ecb4f5a007d5cd77.tar.gz
Update Ansible release version to v2.9.27.post0. (#76003)
-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 e215463e11..c472cb4112 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.9.27'
+__version__ = '2.9.27.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'