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

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavi committed Aug 17, 2016
1 parent def9dc2 commit d80b1ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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'
2 changes: 1 addition & 1 deletion 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
exclude = tests.py,.tox,*.egg
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 d80b1ef

Please sign in to comment.