summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-10-17 14:59:57 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-10-17 14:59:57 -0700
commit60dfb26c3ae8720f6ab9c0a08a80a34f2e91aad1 (patch)
tree826796c798e35e2f013947c176ea7a61ceaef337
parent71affa9d7c2e051951bd8cbd909e6c19203e1a2b (diff)
downloadansible-60dfb26c3ae8720f6ab9c0a08a80a34f2e91aad1.tar.gz
Update Ansible release version to v2.7.14.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 ea43757a87..2ec64e4c3a 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.14'
+__version__ = '2.7.14.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'In the Light'