mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2024-11-23 15:19:46 +00:00
release version 2.10.3
This commit is contained in:
parent
218e77d77d
commit
c6a71f9545
@ -1,5 +1,14 @@
|
||||
.. currentmodule:: jinja2
|
||||
|
||||
Version 2.10.3
|
||||
--------------
|
||||
|
||||
Released 2019-10-24
|
||||
|
||||
- Fix a typo in Babel entry point in ``setup.py`` that was preventing
|
||||
installation.
|
||||
|
||||
|
||||
Version 2.10.2
|
||||
--------------
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__version__ = "2.10.2"
|
||||
__version__ = "2.10.3"
|
||||
|
||||
# high level interface
|
||||
from jinja2.environment import Environment, Template
|
||||
|
Loading…
Reference in New Issue
Block a user