bump release to 1.0.14

This commit is contained in:
Benjamin Dauvergne 2014-08-12 14:48:35 +02:00
parent f615f898c4
commit 6893b249f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from django.utils.timezone import now
from django.template.loader import render_to_string
__version__ = '1.0.13'
__version__ = '1.0.14'
class Plugin(object):
def get_before_urls(self):