From 60dfb26c3ae8720f6ab9c0a08a80a34f2e91aad1 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 17 Oct 2019 14:59:57 -0700 Subject: Update Ansible release version to v2.7.14.post0. --- lib/ansible/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1