ANN: Flask 0.5.2 released
- From:
- Armin Ronacher
- Date:
- 2010-07-15 @ 18:08
Hi everybody,
I just released Version 0.5.2 of Flask, the micro
webframework based on Werkzeug, Jinja2 and good intentions.
This is a bugfix release that fixes a problem with loading templates
from subfolders if modules are used. This is a backport of a fix in the
0.6 version which should be out soon.
Links:
Online Documentation: http://flask.pocoo.org/docs/
Downloadable PDF: http://flask.pocoo.org/docs/flask-docs.pdf
Website: http://flask.pocoo.org/
On Github: http://github.com/mitsuhiko/flask
PyPI Record: http://pypi.python.org/pypi/Flask
Grab it from PyPI while it's hot:
http://pypi.python.org/pypi/Flask/0.5.2
Regards,
Armin