Skip to content

Commit

Permalink
Update jinja version and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebastida committed May 15, 2017
1 parent 31f1aa9 commit 37aecf5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.13
^^^^^^
* Update Jinja version

0.12
^^^^^^
* Update Jinja version
Expand Down
2 changes: 1 addition & 1 deletion glue/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12'
__version__ = '0.13'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

install_requires=[
'Pillow>=2.2.2',
'Jinja2>2.8,<2.9',
'Jinja2>=2.7,<2.10',
]

tests_require=[
Expand All @@ -24,7 +24,7 @@

setup(
name='glue',
version='0.12',
version='0.13',
url='http://github.com/jorgebastida/glue',
license='BSD',
author='Jorge Bastida',
Expand Down

0 comments on commit 37aecf5

Please sign in to comment.