New release v2.4.3.0-0.4.rc1

This commit is contained in:
Toshio Kuratomi 2018-01-10 20:35:01 -08:00
parent 126576d430
commit e2e64ed49c
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.4.3 0.3.beta3
2.4.3.0 0.4.rc1

View file

@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.4.3'
__version__ = '2.4.3.0'
__author__ = 'Ansible, Inc.'