Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-09-28 07:29:22 +0300
committerToshio Kuratomi <a.badger@gmail.com>2017-09-28 07:29:22 +0300
commit085297259fe73054ff5d8a83b64844fdd4ca41c9 (patch)
tree9bc920dd06d9985aa41c5fa87cdb7157685b33fe
parent1528a7ca603975ea284d420fef650173e061b903 (diff)
New release v2.4.1.0-0.1.beta1v2.4.1.0-0.1.beta1
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/release.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index f5a629d7b16..17a4e19a068 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0.0 1
+2.4.1.0 0.1.beta1
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 733bcc4915c..83496ecdb21 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.4.0.0'
+__version__ = '2.4.1.0'
__author__ = 'Ansible, Inc.'