bump release to 1.0.11

This commit is contained in:
Benjamin Dauvergne 2014-07-15 12:59:13 +02:00
parent 35b8c517a4
commit 10821da43e
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.10'
__version__ = '1.0.11'
class Plugin(object):
def get_before_urls(self):