diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2018-08-28 06:57:30 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2018-08-28 06:58:09 +0200 |
commit | f1c31cd59296b1b62043830d43431646dab65e5e (patch) | |
tree | 3c25f9b78d911ee5c584bc9239b6d05e981d9ea3 | |
parent | Add 'tower_settings' module for managing Ansible Tower Settings (#43933) (diff) | |
download | ansible-2.7.0.a1.tar.xz ansible-2.7.0.a1.zip |
Fix release to be correctv2.7.0.a1
-rw-r--r-- | lib/ansible/release.py | 2 |
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' |