Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from gustavi/v1_3_0
Browse files Browse the repository at this point in the history
Version 1.3.0
  • Loading branch information
gustavi authored Aug 19, 2016
2 parents ad60738 + d55a82a commit c44e318
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion corsheaders/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = '1.3.0'
6 changes: 3 additions & 3 deletions flake8.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
ignore =
max-complexity = 12
exclude = tests.py,setup.py,.tox,*.egg
max-complexity=12
exclude=tests.py,.tox,*.egg
max-line-length=120
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c44e318

Please sign in to comment.