fnp
/
django-ssify.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Test on pypy.
[django-ssify.git]
/
ssify
/
__init__.py
diff --git
a/ssify/__init__.py
b/ssify/__init__.py
index
2c1681d
..
74c1108
100644
(file)
--- a/
ssify/__init__.py
+++ b/
ssify/__init__.py
@@
-14,7
+14,9
@@
with `ssi_included` decorator.
"""
from __future__ import unicode_literals
-__version__ = '1.0'
+from .version import VERSION
+
+__version__ = VERSION
__date__ = '2014-08-26'
__all__ = ('flush_ssi_includes', 'ssi_expect', 'SsiVariable', 'ssi_included', 'ssi_variable')