From eaaf8baab1c3f156cbf6ace63ffd17c110977c11 Mon Sep 17 00:00:00 2001 From: Augustin Laville Date: Sun, 10 Jan 2016 15:15:41 +0100 Subject: [PATCH] Version 1.2 --- README.md | 7 ++++++- corsheaders/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 782f2461..d9a6ed42 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ [![Build Status](https://travis-ci.org/zestedesavoir/django-cors-middleware.svg?branch=master)](https://travis-ci.org/zestedesavoir/django-cors-middleware) [![codecov.io](http://codecov.io/github/zestedesavoir/django-cors-middleware/coverage.svg?branch=master)](http://codecov.io/github/ottoyiu/zestedesavoir/django-cors-middleware?branch=master) +[![PyPI](https://img.shields.io/pypi/v/nine.svg)](https://pypi.python.org/pypi/django-cors-middleware) + django-cors-middleware -================== +====================== A Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses. @@ -10,7 +12,10 @@ Although JSON-P is useful, it is strictly limited to GET requests. CORS builds o This is a fork of [https://github.com/ottoyiu/django-cors-headers/](django-cors-headers by ottoyiu) because of inactivity. +django-cors-middleware supports Django 1.8 (python 2.7, 3.3, 3.4 and 3.5) and Django 1.9 (python 2.7, 3.4 and 3.5). + ## Setup ## + Install by downloading the source and running: > python setup.py install diff --git a/corsheaders/__init__.py b/corsheaders/__init__.py index 4802e90f..c68196d1 100755 --- a/corsheaders/__init__.py +++ b/corsheaders/__init__.py @@ -1 +1 @@ -__version__ = "1.0" +__version__ = "1.2.0"