summaryrefslogtreecommitdiff
path: root/lib/ansible/release.py
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-09-27 16:38:00 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-09-27 16:38:00 -0700
commit35b290f0c92f3a265d7ce8426e078e16a8a20936 (patch)
tree150e9577112b6afda9d58ae702d6b24a0eb956b4 /lib/ansible/release.py
parent11c7ddcb70ac10b8422231a0ad1a289308886828 (diff)
downloadansible-2.7.0rc4.tar.gz
New release 2.7.0rc4v2.7.0rc4
Diffstat (limited to 'lib/ansible/release.py')
-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 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'