diff --git a/docs/changelog.rst b/docs/changelog.rst index 1949c59..14c01ed 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,12 +1,16 @@ Changelog ========= +0.14 +^^^^ +* Update Jinja version + 0.13 -^^^^^^ +^^^^ * Update Jinja version 0.12 -^^^^^^ +^^^^ * Update Jinja version 0.11.1 diff --git a/glue/__init__.py b/glue/__init__.py index 6d41a8f..52a06cc 100644 --- a/glue/__init__.py +++ b/glue/__init__.py @@ -1 +1 @@ -__version__ = '0.13' +__version__ = '0.14' diff --git a/setup.py b/setup.py index 963fcf4..08f2e63 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ install_requires=[ 'Pillow>=2.2.2', - 'Jinja2>=2.7,<2.10', + 'Jinja2>=2.7,<2.11', ] tests_require=[ @@ -24,7 +24,7 @@ setup( name='glue', - version='0.13', + version='0.14', url='http://github.com/jorgebastida/glue', license='BSD', author='Jorge Bastida',