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:
authorJames Cammarata <jimi@sngx.net>2018-02-28 21:51:06 +0300
committerJames Cammarata <jimi@sngx.net>2018-02-28 21:51:06 +0300
commitaea7abcb15f386e344d2908429abd329324d04ba (patch)
tree1ce4a134855a454ca5ac8ba77026428e2f80a00e
parent0db22a8b2990911bccd04f4c590148c9405fa055 (diff)
New release v2.3.4.0-0.1.rc1v2.3.4.0-0.1.rc1
-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 23945303054..e94864e8826 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.3.0 1
+2.3.4.0 0.1.rc1
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 22d5acb31de..81e63c22b0b 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.3.3.0'
+__version__ = '2.3.4.0'
__author__ = 'Ansible, Inc.'