projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
397b42e
)
version is now static
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 24 Jul 2011 19:46:23 +0000
(21:46 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 24 Jul 2011 19:46:23 +0000
(21:46 +0200)
jinja2/__init__.py
patch
|
blob
|
history
diff --git
a/jinja2/__init__.py
b/jinja2/__init__.py
index dec8c27bca04a87851bf01f38aded67c9b5c5027..0cf967d7b9dbb1e3994077d930e45d2c9cb4dc2c 100644
(file)
--- a/
jinja2/__init__.py
+++ b/
jinja2/__init__.py
@@
-27,11
+27,7
@@
:license: BSD, see LICENSE for more details.
"""
__docformat__ = 'restructuredtext en'
-try:
- __version__ = __import__('pkg_resources') \
- .get_distribution('Jinja2').version
-except Exception:
- __version__ = 'unknown'
+__version__ = '2.6'
# high level interface
from jinja2.environment import Environment, Template