From 3af578ff20418b798a98ad32792e36816b0a0429 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 4 Apr 2019 10:30:52 -0700 Subject: [PATCH] Update Ansible release version to v2.7.10.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 6cd1a6b6957..b17a005d955 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.10' +__version__ = '2.7.10.post0' __author__ = 'Ansible, Inc.' __codename__ = 'In the Light'