corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.readthedocs.io/en/latest/index.html
MIT License
889 stars 140 forks source link

2.1.3 is not on PyPI #173

Closed joshfriend closed 8 years ago

joshfriend commented 8 years ago

A 2.1.3 tag exists: https://github.com/corydolphin/flask-cors/tree/2.1.3

but there is not corresponding release on PyPI

corydolphin commented 8 years ago

Womp womp. Apologies, it looks like my automation is broken somehow.

I'll do this tonight hopefully. And also release 3.0.0. With some pretty cool improvements.

joshfriend commented 8 years ago

3.0??? 🎉

I also noticed that there are no changelog entries for 2.1.3 currently

corydolphin commented 8 years ago

Good call! Fixed both issues. Hot off the presses: https://pypi.python.org/pypi/Flask-Cors/2.1.3

As for why the release automation didn't work... I'll have to check that :-(