From a24268d5bf724c1ddf4b966a5a71cb26238c8d7a Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Sun, 15 Apr 2018 19:20:14 +0100 Subject: [PATCH] Bump version to .14 and jinja dep to <2.11 --- docs/changelog.rst | 8 ++++++-- glue/__init__.py | 2 +- setup.py | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) 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',