bump release to 1.0.13

This commit is contained in:
Benjamin Dauvergne 2014-07-16 10:30:15 +02:00
parent 3ccf3946b8
commit babe9b0abc
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.12'
__version__ = '1.0.13'
class Plugin(object):
def get_before_urls(self):