diff --git a/corsheaders/__init__.py b/corsheaders/__init__.py index c68196d1..19b4f1d6 100755 --- a/corsheaders/__init__.py +++ b/corsheaders/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = '1.3.0' diff --git a/flake8.cfg b/flake8.cfg index fee273b0..eaeda25c 100644 --- a/flake8.cfg +++ b/flake8.cfg @@ -1,4 +1,4 @@ [flake8] ignore = max-complexity = 12 -exclude = tests.py,setup.py,.tox,*.egg +exclude = tests.py,.tox,*.egg diff --git a/setup.py b/setup.py index efc3a200..2a6a2977 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,8 @@ setup( name='django-cors-middleware', version=__version__, - description='django-cors-middleware is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). Fork of django-cors-headers.', + description='django-cors-middleware is a Django application for handling the server headers required for Cross-Orig' + 'in Resource Sharing (CORS). Fork of django-cors-headers.', author='Zeste de Savoir', author_email='dev@gustavi.net', url='https://github.com/zestedesavoir/django-cors-middleware',