Removing __version__ from __init__.py since it belongs in release.py

pull/16362/head
James Cammarata 10 years ago
parent 6f5d1456bc
commit 55d40b50e4

@ -26,4 +26,3 @@ __metaclass__ = type
# This is for backwards compat. Code should be ported to get these from
# ansible.release instead of from here.
from ansible.release import __version__, __author__
__version__ = '2.1.0.0'

Loading…
Cancel
Save