| Index: third_party/jinja2/__init__.py
|
| diff --git a/third_party/jinja2/__init__.py b/third_party/jinja2/__init__.py
|
| index 0cf967d7b9dbb1e3994077d930e45d2c9cb4dc2c..6fa11c3a6db52cea4b2ea92a60b3745c86025983 100644
|
| --- a/third_party/jinja2/__init__.py
|
| +++ b/third_party/jinja2/__init__.py
|
| @@ -27,7 +27,7 @@
|
| :license: BSD, see LICENSE for more details.
|
| """
|
| __docformat__ = 'restructuredtext en'
|
| -__version__ = '2.6'
|
| +__version__ = '2.7.1'
|
|
|
| # high level interface
|
| from jinja2.environment import Environment, Template
|
|
|