Version 0.8.2
This commit is contained in:
parent
ed52036d7a
commit
eb6b197d04
@ -1,6 +1,12 @@
|
|||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
v0.8.2
|
||||||
|
------
|
||||||
|
|
||||||
|
* Fixed issue in helper autodiscovery that prevented some modules from
|
||||||
|
getting discovered.
|
||||||
|
|
||||||
v0.8.1
|
v0.8.1
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ except ImportError:
|
|||||||
from django.template.context import get_standard_processors
|
from django.template.context import get_standard_processors
|
||||||
has_engine = False
|
has_engine = False
|
||||||
|
|
||||||
VERSION = (0, 8, 1)
|
VERSION = (0, 8, 2)
|
||||||
__version__ = '.'.join(map(str, VERSION))
|
__version__ = '.'.join(map(str, VERSION))
|
||||||
|
|
||||||
EXCLUDE_APPS = (
|
EXCLUDE_APPS = (
|
||||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='jingo',
|
name='jingo',
|
||||||
version='0.8.1',
|
version='0.8.2',
|
||||||
description='An adapter for using Jinja2 templates with Django.',
|
description='An adapter for using Jinja2 templates with Django.',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
author='James Socol',
|
author='James Socol',
|
||||||
|
Loading…
Reference in New Issue
Block a user