summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-08-27 21:57:30 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-08-27 21:58:09 -0700
commitf1c31cd59296b1b62043830d43431646dab65e5e (patch)
tree3c25f9b78d911ee5c584bc9239b6d05e981d9ea3
parent884c74a6c517567a0368d116a91db526b3236eb3 (diff)
downloadansible-f1c31cd59296b1b62043830d43431646dab65e5e.tar.gz
Fix release to be correctv2.7.0.a1
-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 2a0e421c2f..2ab6bc5e18 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'