From f1c31cd59296b1b62043830d43431646dab65e5e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 27 Aug 2018 21:57:30 -0700 Subject: [PATCH] Fix release to be correct --- 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 2a0e421c2f2..2ab6bc5e18d 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.0.dev0' +__version__ = '2.7.0.a1' __author__ = 'Ansible, Inc.' __codename__ = 'In the Light'