diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2018-09-27 16:38:00 -0700 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2018-09-27 16:38:00 -0700 |
commit | 35b290f0c92f3a265d7ce8426e078e16a8a20936 (patch) | |
tree | 150e9577112b6afda9d58ae702d6b24a0eb956b4 /lib/ansible | |
parent | 11c7ddcb70ac10b8422231a0ad1a289308886828 (diff) | |
download | ansible-2.7.0rc4.tar.gz |
New release 2.7.0rc4v2.7.0rc4
Diffstat (limited to 'lib/ansible')
-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 836422235f..0a3e959929 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.0rc3.post0' +__version__ = '2.7.0rc4' __author__ = 'Ansible, Inc.' __codename__ = 'In the Light' |