1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update version and change remove files from pep8 blacklist

This commit is contained in:
Toshio Kuratomi 2017-04-11 07:22:39 -07:00
parent 82ad8ff081
commit 78dd3496e2
2 changed files with 2 additions and 3 deletions

View file

@ -28,8 +28,8 @@ import os
sys.path.insert(0, os.path.join('ansible', 'lib'))
sys.path.append(os.path.abspath('_themes'))
VERSION='2.2'
AUTHOR='Ansible, Inc'
VERSION = '2.4'
AUTHOR = 'Ansible, Inc'
# General configuration

View file

@ -40,7 +40,6 @@ contrib/inventory/zone.py
docs/api/conf.py
docs/bin/dump_keywords.py
docs/bin/plugin_formatter.py
docs/docsite/conf.py
docs/docsite/rst/conf.py
examples/scripts/uptime.py
hacking/cherrypick.py