Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(937)

Unified Diff: third_party/jinja2/__init__.py

Issue 23506004: Update Jinja2 (Python template library) to 2.7.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/jinja2/README.chromium ('k') | third_party/jinja2/_compat.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/jinja2/README.chromium ('k') | third_party/jinja2/_compat.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698