summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-04-16 20:05:09 -0700
committerMatt Clay <matt@mystile.com>2020-04-16 20:05:09 -0700
commit6410570643256d828dce52cd3935c1502102048e (patch)
tree2cc642c0863e3e53c353e432d939cd26fd445e9b
parentff7bbbcaf1e8f434432075bc9c55626a9dd3091d (diff)
downloadansible-6410570643256d828dce52cd3935c1502102048e.tar.gz
Update Ansible release version to v2.9.7.post0.
-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 5fac269d20..e563ce6d90 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.7'
+__version__ = '2.9.7.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'