New release v2.4.4.0-0.3.rc2

This commit is contained in:
Toshio Kuratomi 2018-03-29 19:26:08 -07:00
parent 89b681a271
commit 2a07da2255
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.4.4 0.2.rc1
2.4.4.0 0.3.rc2

View file

@ -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.'