From caa7ba1e0df3f65e254fe9e31121491ad0e93a60 Mon Sep 17 00:00:00 2001 From: Cory Dolphin Date: Mon, 11 Jun 2018 23:15:09 -0700 Subject: [PATCH] Release Version 3.0.6 as identical contents as 3.05 with an updated changelog (#225) Needed to kickoff Travis build and deployment to PyPi --- CHANGELOG.md | 5 ++++- flask_cors/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9c873..6bd1e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Change Log +## 3.0.6 +Manual error in release process. Identical contents at 3.0.5. + ## 3.0.5 -Improve heuristic for detection of regular expressions. +Fixes incorrect handling of regexes containg `[`, and a few other special characters. Fixes Issue [#212](https://github.com/corydolphin/flask-cors/issues/212) ## 3.0.4 Handle response.headers being None. (Fixes issue #217) diff --git a/flask_cors/version.py b/flask_cors/version.py index 51dce9e..f93b2a2 100644 --- a/flask_cors/version.py +++ b/flask_cors/version.py @@ -1 +1 @@ -__version__ = '3.0.5' +__version__ = '3.0.6'