Browse code

Update Ansible release version to v2.7.14.post0.

Toshio Kuratomi authored on 2019/10/18 06:59:57
Showing 1 changed files
... ...
@@ -19,6 +19,6 @@
19 19
 from __future__ import (absolute_import, division, print_function)
20 20
 __metaclass__ = type
21 21
 
22
-__version__ = '2.7.14'
22
+__version__ = '2.7.14.post0'
23 23
 __author__ = 'Ansible, Inc.'
24 24
 __codename__ = 'In the Light'