summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2020-01-15 15:01:46 -0800
committerMatt Davis <mrd@redhat.com>2020-01-15 15:01:46 -0800
commit823871954ab6ba6248addab50763a4204e4a74b8 (patch)
tree8784a64e41c9e2341551585f2b5c7f49a286cea4
parent8fd406ee8e3a14be72b3cbbfe91d03fe35952f95 (diff)
downloadansible-823871954ab6ba6248addab50763a4204e4a74b8.tar.gz
Update Ansible release version to v2.7.16.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 1fc3ae404e..dcfcc1c659 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.7.16'
+__version__ = '2.7.16.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'In the Light'