Skip to content

Commit

Permalink
Release Version 3.0.6 as identical contents as 3.05 with an updated c…
Browse files Browse the repository at this point in the history
…hangelog (#225)

Needed to kickoff Travis build and deployment to PyPi
  • Loading branch information
corydolphin committed Jun 12, 2018
1 parent 7f2a050 commit caa7ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion flask_cors/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.5'
__version__ = '3.0.6'

0 comments on commit caa7ba1

Please sign in to comment.