From 2a07da2255f9523b1c888cb1a5c2b25faaaf4b68 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 29 Mar 2018 19:26:08 -0700 Subject: New release v2.4.4.0-0.3.rc2 --- VERSION | 2 +- lib/ansible/release.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6008f6d0db..fbaa198d82 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.4 0.2.rc1 +2.4.4.0 0.3.rc2 diff --git a/lib/ansible/release.py b/lib/ansible/release.py index f57a44a3f7..35595366d3 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.4' +__version__ = '2.4.4.0' __author__ = 'Ansible, Inc.' -- cgit v1.2.1