Version 0.8.2
This commit is contained in:
parent
ed52036d7a
commit
eb6b197d04
@ -1,6 +1,12 @@
|
||||
CHANGES
|
||||
=======
|
||||
|
||||
v0.8.2
|
||||
------
|
||||
|
||||
* Fixed issue in helper autodiscovery that prevented some modules from
|
||||
getting discovered.
|
||||
|
||||
v0.8.1
|
||||
------
|
||||
|
||||
|
@ -54,7 +54,7 @@ except ImportError:
|
||||
from django.template.context import get_standard_processors
|
||||
has_engine = False
|
||||
|
||||
VERSION = (0, 8, 1)
|
||||
VERSION = (0, 8, 2)
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
|
||||
EXCLUDE_APPS = (
|
||||
|
Loading…
Reference in New Issue
Block a user