summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2017-09-29 16:00:00 -0500
committerJames Cammarata <jimi@sngx.net>2017-09-30 12:17:08 -0500
commit60d9513efb7fb418555a25b1494f6d73cd90248e (patch)
tree07854e0ba933cbee8353a6181a080e9412048fb4
parent4eea3e91ad5c0aa150c49cbf487c1e30145dee38 (diff)
downloadansible-60d9513efb7fb418555a25b1494f6d73cd90248e.tar.gz
New release v2.3.3.0-0.1.rc1v2.3.3.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 62e712f21f..d704da60d5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.2.0 1
+2.3.3.0 0.1.rc1
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 5cc1390f86..22d5acb31d 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.2.0'
+__version__ = '2.3.3.0'
__author__ = 'Ansible, Inc.'